html, body {height: 100%;}

body{
	background: url('../img/mainbg.png') repeat;
	text-align:center;
	}
#header{
color:#fff;
	height:100px;
	}
#main{
	width:900px;
	height:700px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	}
#main-table{
	width:100%;
	height:100%;
	background: #333333;
	
	}
#main-table td{
	background-color: #EBF4FC;
	
	}
#preview{
	height: 150px;
	
	}
#textOpt{
	width:190px;
	
	}
#footOpt{
	width:400px;
	vertical-align:top;
	
	}

div.dr-foot{
	postion:relative;
	margin:-2px;
	margin-left:auto;
	margin-right:auto;
	}
#previewOpt{
	height:600px;

	}
#imagePage{
	height:600px;
text-align:middle;
	}

#imgTable{
	width:100%;
	margin-top:20px;
	}
#imgCon{
text-align:middle;
	height:600px;
	width:100%;
	}
#imgTable td{

	width: 130px;
	height:134px;
	}
span.txt{
	font-family: Segoe UI,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	}
input{
	font-family: Segoe UI,Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	width:180px;
	margin-left:7px;
	margin-right:7px;
	text-align:center;
	}
#avatarSkel{
	width:180px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	}
img.picChooser{
	cursor:pointer;
	}

img.spinner{
position:absolute;


}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url( '../img/btn_right.png' ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
cursor:pointer;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
text-transform:capitalize;
}

button.rounded span {
background: transparent url( '../img/btn_left.png' ) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
cursor:pointer;
}

button.rounded:hover span {
background-position: 0% -30px;
cursor:pointer;
}

button.hover {
background-position: 100% -30px;
cursor:pointer;
}

button.hover span {
background-position: 0% -30px;
cursor:pointer;
}

button::-moz-focus-inner {
border: none;
}
img.edge{
display:none;
}
td.pictd{
height:134px;
	}
div.picDiv(){
height:134px;

}