/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Form Styles
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.errorExplanation
{
margin: 0 0 18px 0;
padding: 9px 18px;
border: 2px solid #99292D;
background: #FFC2CB;
}

body #content .errorExplanation h2
{
background: none;
width: auto;
height: auto;
margin: 0 0 9px 0;
color: #99292D;
font-weight: bold;
}

body #content .errorExplanation p
{
margin: 0 0 9px 0;
color: #000;
font-weight: bold;
}

body #content .errorExplanation ul
{
margin: 0 0 0 20px;
color: #000;
}

.boom_form p label { display: block; }

.boom_form p input,
.boom_form p textarea,
.boom_form p select
{
	display: block;
	border: 1px solid #fff;
	padding: 2px;
	background: #ededed;
}

.boom_form p select,
.boom_form p input.inline
{
	display: inline;
}

.boom_form p textarea { height: 120px; }

.boom_form p.checkbox
{
	clear: both;
	display: block;
	float: none;
}

.boom_form p.checkbox input,
.boom_form p.checkbox label
{
	border: 0;
	padding: 0;
	display: inline;
}

.boom_form p
{
	float: left;
	margin: 0 5px 10px 0;
}

div.clearable { float: left; }

p.clearable, div.clearable
{
	clear: both;
	width: 100%;
}

p.clear_left
{
	clear: left;
}

p.short_text input { width: 30px; }

p.single_text input { width: 20px; }

p.medium_text input { width: 70px; }

p.medium_long_text input { width: 150px; }

p.long_text input { width: 300px; }

textarea { width: 400px; }

.instruct
{
	font-size: 9px;
	color: #a9a9a9;
}

#payment_info { clear: both; }

.push_right
{
	padding-right: 20px;
}

fieldset
{
	border: 0;
	width: 798px;
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}

#body_resources .boom_form
{
	padding: 1px 0;
	margin: 0 60px 0 337px;
}
#body_resources .boom_form p { margin-bottom: 10px; }
#body_resources label
{
	font-family: "Optima", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

legend
{
	font-weight: bold;
	font-size: 14px;
	color: #60a192;
}

.boom_form #amount input,
.boom_form #cc_exp input { display: inline; }

#order_credit_card_expiration_month { width: 15px; }

.boom_form p .fieldWithErrors input,
.boom_form p .fieldWithErrors select
{
	border: 1px solid #99292D;
	background: #FFC2CB;
}

.reqd { color: #c00; }

label, .clickable
{
	cursor: pointer;
	cursor: hand;
}

.boom_form p .submit { display: inline; }
#body_resources .boom_form p .submit
{
	border: 1px solid #313131;
	background: #454545;
	color: #078fed;
}
