@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-size:11px;
	font:Tahoma, Geneva, sans-serif;
	color:#666;
	background-image:url(images/bg.gif);
	background-color:#FFF;
	background-position:top;

}

#warp{
	margin:auto;
	width:960px;
	height:100%;
	padding-top:10px;
	margin-bottom: 0px;
	background-image:url(images/bg_box.gif);
	background-repeat:no-repeat;
}

#warp #formRegister table {
	text-align: right;
}

p{
	list-style:none;
}

a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #333;
}

#logo{
	width:300px;
	height:150px;
	margin-bottom: 20px;
	background-image:url(images/logoSet.gif);
	margin-left: 60px;
}

.logo1{

	background-position:0 0;
}
.logo2{

	background-position:-300px 0;
}
.logo3{

	background-position:-600px 0;
}
.logo4{

	background-position:-900px 0;
}

#subLogo{
	width:400px;
	height:50px;
	background-image:url(images/logoSet.gif);
	margin-left: 480px;
}
.subLogo1{
	
	background-position:0  -150px;

}
.subLogo2{
	background-position:0  -150px;
}
.subLogo3{
	background-position:0  -150px;

}
.subLogo4{
	background-position:0  -150px;

}
#formRegister{
	width:800px;
	height:410px;
	margin:auto;
	padding-top: 20px;
	text-align: center;
	background-image:url(images/boxform.gif);
	background-repeat:no-repeat;
	margin-top: 30px;
}


.textF{
	border:#CCC thin solid;
	background-image:url(images/text.gif);
	background-repeat:repeat-x;
	height:15px;
	margin-left: 10px;
	color:#666;
	vertical-align: middle;
}
.textF:focus{
	background-image:url(images/text2.gif);
	background-repeat:repeat;
}
.listBox{
	border:#b6cefe thin solid;
	background-image:url(images/text.gif);
	background-repeat:repeat;
	background-color:#E9F9FE;
	width:147px;
	height:18px;
	margin-left: 10px;
	color:#666;
}

#submit{
	background-repeat:no-repeat;
	width:90px;
	height:35px;
	margin:auto;
	margin-top: 15px;
}
#step{
	width:167px;
	height:30px;
	margin-left: 20px;
	float: left;
}

#footer{
	width:800px;
	margin:auto;
	margin-bottom: 5px;
	bottom: 0px;
	text-indent: -9999px;
	height: 30px;
	background-image:url(images/smalllogo.png);
	background-position:right;
	background-repeat:no-repeat;
}

.disble{
	margin-left: 10px;
	height:15px;
}

#desc {
	color:#ff0000;
}

#upload-displaypic{
cursor:hand;
}

