@charset "utf-8";
/* search form     */
#search {
	margin: 0px;
	padding: 0px;
	text-align:right;
}
#search #keyword {
	width: 120px;
	height:13px;
	border:0px;
	font-size:11px;
	line-height:11px;
	background-color: #E0E0E0;
}
#search a {
	color:#777D82;
	text-decoration:none;
}
#search a:hover {
	color:#E93F01;
}
/* end of search form     */

/* locations forms     */
#formStates #states {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #669ACC;
}
#formStates  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7896B6;
	margin-right: 70px;
	font-size:11px;
}
.formblue {
	color: #669ACC;
	font-size:11px;
	width: 660px;
}
.formblue p {
	border-BOTTOM: 1px dashed #669ACC;
	margin-top: 5px;
	padding-BOTTOM: 5px;
}
.formblue a {
	color: #669ACC;
	text-decoration: underline;
}
.formblue a:hover{color:#FF3300;}
.text a {
	color: #557595;
	text-decoration: underline;
}
.text a:hover {color:#FF3300;}
#formpcode #pcode {
	border: 1px solid #6B9CCE;
	height: 13px;
	width: 40px;
	font-size: 11px;
	margin: 0px;
	padding: 1px;
}
#formpcode #find, #formpcode #find.normal {
	background-color: #6195C9;
	font-size: 10px;
	line-height:10px;
	color:#FFFFFF;
	height: 17px;
	width: 50px;
	padding-bottom:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8BB1D8;
	border-right-color: #4684C1;
	border-bottom-color: #4684C1;
	border-left-color: #8BB1D8;
}
#formpcode #find.over {
	background-color:#FF3300;
	border-top-color: #FF572D;
	border-right-color: #D52B00;
	border-bottom-color: #D52B00;
	border-left-color: #FF572D;
}
/* end of locations forms     */

/* accessory subcategory form     */
#subcatform { float:right; margin-top:20px; margin-right:60px; }

/*  ask mrs J form */
#askmj {font-size:11px;}
#askmj input, #askmj textarea {
	border:#999999 1px dotted;
	padding: 1px 4px;
	color:#666666;	
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#askmj #enquirytype1, #askmj #enquirytype2, #askmj #enquirytype3 {border-width:0;margin-right:20px;} 
#askmj #submit, #askmj #reset {
	background-color:#7C593F;
	color:#FFFFFF;
	margin: 10px 0px 30px 0px;
	
}
#askmj #submit:hover, #askmj #reset:hover {background-color:#FF3300;}
