#site {
	background: #b4d6e6 url(../images/bg_site_form.gif);
}

.form_bg {
	background: #d9e9f2 url(../images/bg_logo.gif) top no-repeat;
}

#form {
	background: #d9e9f2 url(../images/bg_blue_gradient.gif) top repeat-x;
	padding: 59px 9px 0px;
}

#form .main {
	width: 540px;
	background: #fff;
	padding-bottom: 9px;
}

#form .form_description {
	padding: 20px 20px 0px;
}

#form .form_description h2 {
	margin: 0px;
}

#form .form_description p {
	margin: 12px 0px;
}

.form {
	border: 1px solid #d9e9f2;
	background: #fff url(../images/bg_form.gif) top repeat-x;
	margin: 50px 9px 0px;
	padding: 20px;
}

.form h3 {
	position: absolute;
	margin: -54px 0px 0px -9px;
	width: 180px;
	height: 45px;
	padding-top: 14px;
	background: url(../images/bg_tooltip2.gif) no-repeat;
	text-align: center;
	font: bold italic 1.2em Georgia, serif;
	color: #fff;
}

.form_field {
	margin: 10px 0px;
}

.input_text {
	margin: 3px 0px;
	height: 22px;
	background: url(../images/bg_input_left.gif) top left no-repeat;
}

.input_text div {
	background: url(../images/bg_input_right.gif) top right no-repeat;
	padding: 0px 14px;
}

.form .medium {
	width: 66%;
}

.form .small {
	width: 45%;
}

.form .float_left {
	float: left;
	margin-right: 15px;
}

.form .float_right {
	float: right;
	margin-left: 15px;
}

.form select {
	margin-left: 15px;
}

.input_text input {
	height: 18px;
	padding-top: 4px;
	width: 100%;
	border: none;
	background: none;
}

.form label {
	padding-left: 14px;
	font: bold 1em Arial, sans-serif;
	text-transform: uppercase;
}

.form .asterisk {
	font: bold 1.6em Arial, sans-serif;
	color: #008ecc;
}

.form_caption {
	margin: 12px 20px 20px;
	font: bold 1em Arial, sans-serif;
	color: #008ecc;
}

.form .text_area {
	background: url(../images/bg_textarea_left.gif) left repeat-y;
}

.form .text_area div {
	background: url(../images/bg_textarea_right.gif) right repeat-y;
}

.form .text_area div div {
	background: url(../images/bg_textarea_top_left.gif) top left no-repeat;
}

.form .text_area div div div {
	background: url(../images/bg_textarea_top_right.gif) top right no-repeat;
}

.form .text_area div div div div {
	background: url(../images/bg_textarea_bottom_left.gif) bottom left no-repeat;
}

.form .text_area div div div div div {
	background: url(../images/bg_textarea_bottom_right.gif) bottom right no-repeat;
	padding: 9px 14px;
}

.form textarea {
	width: 100%;
	height: 8em;
	background: none;
	border: none;
}

.form .submit {
	border: none;
	width: 88px;
	height: 33px;
	padding-right: 14px;
	background: url(../images/bg_submit.gif) no-repeat;
	font: bold italic 1em Georgia, serif;
	color: #fff;
	cursor: pointer;
}




















