
.form {
	display: block;
	width: 100%; 
}

.form-body {

	width: 414px;

	margin-left: auto;
	margin-right: auto;

}

.form-top {
	display: block;

	background-image: url( '../images/blue_formTopBorder.png' );
	background-repeat: repeat-x;
	background-color: #e3eeff;

	height: 27px;
	width: 100%;
}

.form-middle {
	display: block;

	background-color: #e3eeff;

	width: 100%;

	margin-left: auto;
	margin-right: auto;
}

.form-bottom {
	display: block;

	background-image: url( '../images/blue_formBottomBorder.png' );
	background-repeat: repeat-x;
	background-color: #e3eeff;

	height: 27px;
	width: 100%;

}

.form-content {
	display: block;
	padding-left: 27px;
	padding-right: 27px;

	color: #88aadd;
}



.form-leftTopCorner {
	display: block;

	background-image: url( '../images/blue_formTopLeftCorner.png' );
	background-repeat: no-repeat;
	background-position: left;

	width: 100%;
	height: 27px;
}

.form-rightTopCorner {
	display: block;

	background-image: url( '../images/blue_formTopRightCorner.png' );
	background-repeat: no-repeat;
	background-position: right;

	width: 100%;
	height: 27px;
}



.form-leftBorder {
	display: block;

	background-image: url( '../images/blue_formLeftBorder.png' );
	background-repeat: repeat-y;
	background-position: left;

	width: 100%;
	height: auto;

	background-color: #e3eeff;

}

.form-rightBorder {
	display: block;

	background-image: url( '../images/blue_formRightBorder.png' );
	background-repeat: repeat-y;
	background-position: right;

	width: 100%;
	height: auto;


	

}


.form-leftBottomCorner {
	display: block;

	background-image: url( '../images/blue_formBottomLeftCorner.png' );
	background-repeat: no-repeat;
	background-position: left;

	width: 100%;
	height: 27px;
}

.form-rightBottomCorner {
	display: block;

	background-image: url( '../images/blue_formBottomRightCorner.png' );
	background-repeat: no-repeat;
	background-position: right;

	width: 100%;
	height: 27px;
}

.form-field {

	text-align: center;

	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
/*
	height: 9px;
	line-height: 9px;
*/
}

.form-field-wide {

	text-align: center;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	display: block;

/*
	height: 9px;
	line-height: 9px;
*/
}


.form-label {
	width: 100%;

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	float: left;

	text-align: right;

	height: 9px;
	line-height: 9px;
}

.form-label-wide {
	width: 100%;

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	float: left;

	padding-top: 6px;
	padding-bottom: 6px;

	text-align: center;
}

.form-input {
	width: 50%;

	float: left;

	text-align: left;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 6px;

	/* padding-left: 6px; */
}

.form-input-control {
	border: 1px solid #88aadd;

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	margin-left: 6px;

	width: 160px;
}

.form-input-control-big {
	border: 1px solid #88aadd;

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	margin-left: 6px;

	width: 90%;
	height: 96px;
}

.form-button {

	
}


.form-button-control {
	border: 1px solid #88aadd;
	background-color: #ffffff;

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;


}

.form-text {

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	text-align: justify;

	padding-bottom: 6px;
}

.form-text-centered,
.form-text-center {

	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;

	text-align: center;

	padding-bottom: 12px;
}

.form-radio {

	display: block;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	
	margin-left: 95px;
}

.form-radio-control {
	color: #88aadd;

	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	
	margin-left: 24px;
}

.form-field-radios {

}

.captcha {
	border: 1px solid #88aadd;
	padding: 1px;
}

