/* for django form errors */
.errorlist {
    color: red;
}

/* create account form */
#create_account_form {
    width: 400px;
}


.basic_form  {
	width:100%;
	font-size:.9em;
}
.basic_form fieldset {
	width:600px;
}
.basic_form legend {
	display:block;
	font-size:1.5em;
	padding-bottom:.75em;
	margin-bottom:.75em;
	font-weight:bold;
	width:600px;
	border-bottom:1px solid #CCC;
}
.basic_form legend span {
	color:#F60;
}
.basic_form p {
	display:block;
	margin-right:20px;
}
.basic_form p.error input {
	background:#FCC;
	border-color:#F22;
}
.basic_form p.error label {
	color:#F22;
}

.basic_form h3 {
	display:block;
	margin-bottom:0;
}
.top {
	border-top:none;
} 
.basic_form label {
	padding-right:10px;
	margin-bottom:.5em;
	font-weight:bold;
	display:block;
}
.basic_form input.text {
	width:250px;
	background:#eee;
	border:1px solid #999;
	font-size:1.25em;
	padding:2px;
} 
.basic_form input.long {
	width:525px;
}
.basic_form input.short {
	width:45px;
} 
.basic_form input.small {
	width:125px;
}
.basic_form input.number {
	width:62px;
}
.basic_form input.date {
	background:#FFF;
	border-top:none;
	border-left:none;
	border-right:none;
}

.basic_form input.text:focus {
	background:#FFF;
	border:1px solid #CCC;
}
ul.inputs {
   	padding:0;
	margin-bottom:1.5em;
}
ul.inputs li {
	float:left;
	margin-right:10px;
	margin-bottom:1.5em;
}
ul.checkboxes {
	margin-bottom:1.5em;
	margin-top:0;
	display:block;
}
ul.checkboxes label {
	font-weight:normal;
}
ul.checkboxes li {
	float:left;
	width:100px;
	margin-right:10px;
}
ul.checkboxes li.large {
	float:left;
	width:250px;
	margin-right:10px;
}
.form_nav  {
	border-top:1px solid #CCC;
	padding-top:9px;
}
.form_nav .next {
	float:right;
}
.form_nav .prev {
	float:left;
}
button.bu {
	border:none;
	width:190px;
	height:30px;
	font-size:1em;
	font-weight:bold;
	float:left;
	background:url(images/bu.gif) no-repeat 0 0;
	text-align:center;
}
button.bu:hover {
	color:#666;
	background:url(images/bu.gif) no-repeat 0 -30px;
}
button.bu:active {
	color:#999;
	background:url(images/bu.gif) no-repeat 0 -60px;
}


#tmi_login_error {
    border: 1px dashed red;
    color: #f33;
    margin: 8px;
    padding: 5px;
}
#tmi_login  {
	background:transparent url(images/cta_bg.gif) no-repeat bottom right;
	width:170px;
	height:190px;
	padding-bottom:28px;
	margin-bottom:0px;
}
#tmi_login h3 {
	font-size:.9em;
	line-height:4em;
	font-weight:bold;
	padding-left:20px;
	margin:0 0 9px 0;
	height:36px;
	width:170px;
	background:transparent url(images/cta_h3_bg.gif) no-repeat;
}
#tmi_login p {
	margin-bottom:0;
	padding-left:20px;
}
#tmi_login p.last {
	margin-bottom:0;
}

#tmi_login label {
	font-size:.9em;
	display:block;
	color:#333;
}
#tmi_login input {
	width:125px;
	background:#eee;
	border:1px solid #999;
}
#tmi_login input:focus {
	background:#FFF;
	border:1px solid #CCC;
}
.login_tools  {
	width:125px;
	margin:0 auto;
	border-top:1px solid #CCC;
}
.login_tools li {
	margin-right:2px;
	margin-bottom:0!important;
	border-bottom:1px solid #CCC; 
}
.login_tools li a {
	font-weight:normal;
	font-size:.90em!important;
}
#tmi_login button {
	margin-bottom:9px;
}
a.button {
	font-size:.9em;
	line-height:1.98em;
	cursor:pointer;
	border:none;
	color:#333;
	display:block;
	float:left;
	font-weight:700;
	text-align:center;
	height:21px;
	width:91px;
	margin-top:21px;
	background:url(images/bu_gry.gif) no-repeat 0 0;
}
a.button:hover {
	background:url(images/bu_gry.gif) no-repeat 0 -21px;
	color:#666;
} 
a.button:active {
	background:url(images/bu_gry.gif) no-repeat 0 -42px;
	color:#ccc;
}
button.sml {
	font-size:.9em;
	line-height:1.25em;
	cursor:pointer;
	border:none;
	color:#333;
	display:block;
	float:left;
	font-weight:700;
	text-align:center;
	height:21px;
	width:91px;
	margin-top:9px;
	background:url(images/bu_gry.gif) no-repeat 0 0;
}
button.sml:hover {
	background:url(images/bu_gry.gif) no-repeat 0 -21px;
	color:#666;
} 
button.sml:active {
	background:url(images/bu_gry.gif) no-repeat 0 -42px;
	color:#ccc;
}


/* 
SMALL FORM
---------------------------------------------------
*/ 
.small_form {
	width:450px;
	background:url(images/sml_form_bg_top.gif)no-repeat;
	font-size:95%;
	position:absolute;
}
.small_form p {

	
}
.small_form p.input {
	border-bottom:1px solid #CCC;
	padding-bottom:3px;
	margin-bottom:3px;
	margin-left:10px;
	margin-right:10px;
}
.small_form p.textarea {
	border-bottom:1px solid #CCC;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:3px!important;
	margin-left:10px;
	margin-right:10px;
}
.small_form p.input span {
	color:#999;
}
.small_form p.submit {
	background:url(images/sml_form_bg_bottom.gif)no-repeat 100% 100%;
	display:block;
	height:45px;
	padding-right:10px;
	margin-bottom:0;
}   
#small_form legend {
	font-weight:bold;
	padding:10px 10px 20px 10px;
	font-size:14px;
	display:block;
	width:430px;
}
#small_form label {
	font-weight:bold;
	color:#666;
}
#small_form  p.input label {
	padding-top:6px;
	float:left;
	width:100px;
}
#small_form  p.textarea label {
	padding-top:6px;
	margin-bottom:3px;
	display:block;
} 
#small_form input.text {
	width:250px;
	border:1px solid #999; 
	padding:2px;
	margin-right:10px;
}
#small_form textarea {
	width:423px;
	height:72px;
	border:1px solid #999; 
	padding:2px;
}
#small_form button.sml {
	float:right;
	margin-left:8px;
}
/* 
Mini RFQ
---------------------------------------------------
*/                                                
.miniRfq {
	height:200px;
	clear:both;
	/* display:none; eventually get rid of this */
	padding:18px 0;
	border-top:1px solid #CCC;
}
.miniRfq form {
	float:left;
	clear:both;
}
.miniRfq form span {
	color:#999;
}
.miniRfq label {
	font-weight:bold;
	width:70px;
	float:left;
}
.miniRfq input.text {
	border:1px solid #CCC;
	width:200px;
	margin-right:15px;
}
.miniRfq select {
	width:200px;
	height:16px;
}
a.mfShow {
	display:block;
	color:#f60;
	cursor:pointer;
}
a.mfShow:hover {
   text-decoration:underline;
} 
.mfClose {
	float:right;
	display:block;
	height:18px;
	width:18px;
	background:url(images/cross.png) no-repeat center center;
	text-indent:-9999px;
	margin-top:-9px;
	cursor:pointer;
}
.mrfqSubmit {
	width:270px;
}
.mrfqSubmit button {
	float:right;
}  
/* 
LOCATION SELECTOR
---------------------------------------------------
*/
#location_select {
	width:150px;
	float:left;
	margin-top:-3px;
	margin-bottom:9px;
}
#location_select .state {
	font-weight:bold;
}
/* 
Specify
---------------------------------------------------
*/ 
.specify label {
	font-weight:bold;
	width:150px;
	display:block;
}
.specify button.sml {
	display:block;
	clear:both;
}
.specify p {
	clear:both;
}