#content h3.confirm {
	font-size: 12px;
	color: #E2001A;
	margin-bottom: 10px;
}

#content #theForm .required,
#content #theForm label.error {
	color: #E2001A;
}

#content #theForm label {
	display: block;
}

#content #theForm input {
	vertical-align: bottom;
}

#content #theForm #f_request {
	line-height: 20px;
}

.toggle{
	cursor:pointer;
	background-image:url('../picture/interface/arrow.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

.toggle.open{
	background-image:url('../picture/interface/arrow_down.gif');
}

.infoForm{
	display:none;
}

.docForm{
	display:none;
}

