body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

div
{
	display: block;
}

input
{
	border: 1px solid black;
	margin-left: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
}

select
{
	margin-top: 5px;
	margin-bottom: 5px;
}

label
{
	width: 380px;
	display: block;
	float: left;
	text-align: right;
	margin-top: 8px;
}

.question
{
	/*display: table-row;*/
	/*height: 30px;*/
	width: 600px;
}

.year
{
	width: 40px;
}

.month
{
	width: 25px;
}

.day
{
	width: 25px;
}

.error
{
	color: white;
	background-color: red;
	font-weight: bold;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.help1
{
	color: #666;
	font-size: 11px;
	font-style: italic;
}

.label_text
{
	float: left;
	height: auto;
	margin-right: 10px;
}

.date_inputs
{
	float: left;
}

.date_row
{

}

.error_text
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.inputs_date
{
	float: left;
	width: 190px;
}

.inputs_label
{
	float: left;
	margin-right: 10px;
}


.field
{
	text-decoration: underline;
}

#main
{
	border: 1px solid #00497F;
	border-radius: 15px 15px 15px 15px;
	width: 600px;
}

#anniversary_title
{
	color: #00497B;
	background-color: #D7E3F5;
	border-radius: 15px 15px 0px 0px;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#anniversary_questions
{
	width: 600px;
}

#anniversary_result
{
	color: green;
	width: 600px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
	background-color: #D7E3F5;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ownership_date
{
	display: none;
}

#driver_ship_date
{
	display: none;
}
#dnf
{
	display: none;
}
#dnf_start
{
	display: none;
}
#dnf_end
{
	display: none;
}
#terminated_by_mutual_consent
{
	display: none;
}
#re_contract
{
	display: none;
}

#anniversary_result_error
{
	color: red;
	width: 600px;
	font-weight: bold;
	font-size: 14px;
	display: none;
	text-align: center;
	background-color: #D7E3F5;
	padding-bottom: 10px;
}

#anniversary_result_container
{
	margin-bottom: 20px;
}