@charset "utf-8";
/* CSS Document */

form
{
	padding: 0px;
	margin: 0px;
}

label
{
	margin-right: 6px;
	padding-top: 2px;
}

.formItem
{
	margin-top: 0px;
	margin-bottom: 2px;
	clear: both;
	height: 22px;
}

#leftContent .box div.formItem, #rightContent .box div.formItem
{
	padding-left: 16px;
	padding-right: 16px;
}

.formItem label.formTitle
{
	display: block;
	float: left;
	padding-top: 3px;
	width: 200px;
	border:0px solid red;
}

textarea
{
	padding-left: 2px;
	padding-right: 2px;
	width: 496px; 
	height: 100px;
	background-image: url(/assets/imgs/interface/textarea_bg.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
}

input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #54750c;
	vertical-align: top;
}

input.text, input.button, input.submit, textarea, select
{
	border: 1px solid #6f941f;
	background-color: #f4f7cf;
}

input.submit, input.button
{
	color: #ffffff;
	background-color: #6f941f;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

input.text
{
	margin-top: 2px;
	width: 180px;
	padding-left: 2px;
	height: 15px;
	background-image: url(/assets/imgs/interface/input_bg.jpg);
	background-repeat: no-repeat;
}

input.radio
{
	
}

input.button
{
	
}

input.submit
{
	cursor: pointer;
}

.priceCheckBoxes
{
	clear: both;
}

.priceCheck
{
	margin-left: 12px;
	width: 87px;
	margin-right: 0px;
}

.warningBox {
	background-color: #c80809;
	margin-left: 17px;
	margin-right: 20px;
	padding: 1px;
}

.warningBox p {
	color: #ffffff;
	line-height: 20px;
}

