
.popup_form
{
	width: 580px;
	margin: 30px;
	/*color: #26538D;*/
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

.popup_form .row
{
	border-top: 1px solid #DDDDDD;
}

.popup_form .title
{
	background-color: #F7F7F7;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-image: url(img/form_title_big_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 55px;
	margin: 20px 0 20px 0;
}

.popup_form table .half
{
	width: 280px;
	margin: 0 30px 10px 0;
}

.popup_form table .half tr
{
	height: 40px;
}

.popup_form table tr .label
{
	height: 15px;
	vertical-align: bottom;
}

.popup_form input
{
	border:1px solid #A0A0A0;
	color:#333333;
}

.popup_form input[type=checkbox]
{
	border: 0px solid;
}

.popup_form select 
{
}

.popup_form select option
{
}