@charset "utf-8";

#hometop{
	height:260px;
	width:100%;
}
#homeform {
	padding-top:15px;
	width:180px;
	height:260px;
	background-image:url(../images/homeform/form_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#homeform .input{
	margin-top:1px;
	padding:2px;
	color:#666;
	border:1px solid #B7B7B7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:145px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
#homeform .select{
	margin-top:1px;
	padding:2px;
	color:#666;
	border:1px solid #B7B7B7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:151px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
#homeform .button{
	float:right;
	margin-right:14px;
	margin-top:3px;
	padding:1px;
	border:1px solid #B7B7B7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
#spfastregister{
	width:180px;
}
#ssfastsearch{
	width:180px;
}

#hometext {
	width:346px;
	height:179px;
	margin-left:35px;
	background-image:url(../images/homeform/text_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#FFF;
	text-align:left;
	padding:10px;
}
#hometext .text {
	width:325px;
	height:200px;
	text-align: justify;
}
#hometext .text a:link, #hometext .text a:visited, #hometext .text a:active{
	
	color:#FFF;
	font-weight:bold;
}
.spfrimage, .spfrimage2 {
	color:#FFF;
	position:absolute;
	margin-top:-284px;
	overflow:hidden;
	background-color:#090909;
	text-align:center;
}

.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }

#success_content {
	color:#FFF;
	font-weight:bold;
}

