/* --- Form Sign In CSS --- */
#sign_in {
	padding: 5px 10px;
	text-align: right;
	color: #fff;
	height: 120Px;
	width: 245Px;
	background: url(../../img/sign_in.gif);
	/*background: darkblue;*/
}

#para {
	background: #474948; top left no-repeat;
	width: 265Px;
}

#tlc {

	background: url(../../img/left_top.gif) top left no-repeat;

	background-position: 0% 0%;

	width: 100%;

}



#trc {

	background: url(../../img/right_top.gif) top right no-repeat;

	background-position: 100% 0%;

}



#blc {

	background: url(../../img/left_bottom.gif) bottom left no-repeat;

	background-position: 0% 100%;

}



#brc {

	background: url(../../img/right_bottom.gif) bottom right no-repeat;

	background-position: 100% 100%;

}


.logpass,#index_sign_in_submit {
	padding-top: 4px;
}

.logpass input {
	width: 120px;
	height: 14px;
	border: 1px solid #FB9DAE;
}

#index_sign_in_submit input {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #8C0E26;
	height: 20px;
	background-color: #fcc230;
	width: 80px;
	border: #75011A solid 1px;
}

#forgot {
	float: left;
	color: #FFFFFF;
}

#forgot a,#index_quick_search_submit a {
	color: #FFFFFF;
}

#forgot a:hover,#index_quick_search_submit a:hover {
	text-decoration: none;
}

.rm_div {
	text-align: left;
	width: 145px;
	float: right;
	padding-top: 2px;
}

#index_sign_in_submit {
	width: 190px;
	float: right
}

*+html #sign_in {
	padding-top: 0px
}
