.required_text {
  	color: #cc0000;
}

.bold_text
{
	font-weight: bold;
}

.popup_container
{
	display: none;
	background-color: #ffffff;
	width: 600px;
	position: absolute;
	text-align: left;	
}

.popup_container .caption
{
	height: 40px;
	background-color: #0088ff;
	position: relative;
}
.popup_container .caption img
{
	position: absolute;
	top: 14px;
	right: 16px;
}

.popup_container .client_area
{
	padding: 18px 40px 32px 52px;
	font-size: 12px;
}

.popup_container .client_area h2
{
	font-size: 16px;
	padding-bottom: 12px;
}
.popup_container .client_area p
{
	font-size: 14px;
	line-height: 18px;
}
.popup_container .client_area p.intro
{
	font-size: 12px;
}
.popup_container .client_area p.notice
{
	font-size: 10px;
	line-height: normal;
}
table.form_container
{
	table-layout: fixed;
}
table.form_container td
{
	width: 254px;
	
	padding: 0px 0px 10px 0px;
}
table.form_container label
{
	display: block;
	font-weight: bold;
        font-size: 13px;
	padding: 2px 0px 2px 0px;
}
table.form_container  input.field_input
{
	width: 232px;
	padding: 3px 0px 2px 2px;
	height: 22px;
	line-height:20px;
	border: 1px #666666 solid;
	font-size: 12px;
	font-family: Arial;
}
table.form_container  input.field_input
{
	height:22px;
}
table.form_container  select.field_input
{
	width: 236px;
	padding: 3px 0px 2px 2px;
	height: 29px;
	line-height:20px;
	border: 1px #666666 solid;
	font-size: 12px;
	font-family: Arial;
}
table.form_container  input.long_field_input,
table.form_container  select.long_field_input
{
	width: 485px;
	padding: 3px 0px 2px 2px;
	height: 22px;
	line-height:20px;
	border: 1px #666666 solid;
	font-size: 12px;
	font-family: Arial;
}
table.form_container  input.long_field_input
{
	height:22px;
}

table.form_container  input.field_area,
table.form_container  select.field_area
{
	width: 400px;
	padding: 3px 0px 2px 2px;
	height: 66px;
	line-height:20px;
	border: 1px #666666 solid;
	font-size: 12px;
	font-family: Arial;
}
table.form_container  input.field_area
{
	height:66px;
}
.popup_container .required
{
	color: #cc0000;
}
.popup_container .form_submits
{
	padding: 16px 16px 20px 0px;
	font-size: 12px;
}
.popup_container .form_submits .required
{
	float: right;
}

.popup_container .errors
{
	color: #cc0000;
	line-height: 16px;
	padding-bottom: 16px;
}