/* FORM STYLES */

#content_master #content #content_inside .form_single_line
{
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	text-align: left;
	
}

#content_master #content #content_inside #contact{




}

#content_master #content #content_inside form .form_label
{
	position: relative;
	display: block;
	width: 145px;
	height: 23px;
	line-height: 23px;
	text-align: left;
	font-size: 12px;
	left:10px;
}

#content_master #content #content_inside form .form_multiple_line .form_label
{
	line-height: 15px;
}

#content_master #content #content_inside form .form_multiple_line .form_label_req
{
	line-height: 15px;
}

#content_master #content #content_inside form .form_label_req
{
	position: relative;
	display: block;
	width: 145px;
	height: 23px;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
	color: #DD2222;
	font-size: 12px;
	left:10px;
}

#content_master #content #content_inside .form_single_line .form_text
{
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 150px;
	width: 200px;
	border: 1px solid #000000;
	padding: 2px;
}

#content_master #content #content_inside .form_single_line .form_select
{
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left:150px;
	width: 205px;
	border: 1px solid #000000;
	padding: 2px;
	padding-left: 5px;
}

#content_master #content #content_inside .form_multiple_line
{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

#content_master #content #content_inside .form_multiple_line .form_textarea
{
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 150px;
	width: 200px;
	border: 1px solid #000000;
	padding: 2px;

}

#content_master #content #content_inside form .form_button
{
	background-color: #E1D1B7;
	color:#3F3117;
	width: 100px;
	height: 23px;
	line-height: 21px;
	border: 1px solid #000000;
	padding: 2px;
}

#content_master #content #content_inside .form_line
{
	background: none;
	display: block;
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
}

#content_master #content #content_inside .form_line .label
{
	display: block;
	background: none;
	color: #4E2E1E;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#content_master #content #content_inside .form_line .text
{
	/*
	background-color: #ec8700;
	border: 1px solid #e67300;
	*/
	background-color: #FFFFFF;
	border: 1px solid #4E2E1E;
	display: block;
	color: #4E2E1E;
	position: absolute;
	top: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content_master #content #content_inside .form_line .submit
{
	background-color: #d84100;
	color:#FFFFFF;
	position: absolute;
	top: 0px;
	left: 332px;
	width: 125px;
	height: 25px;
}
