.form {
	background: #F4F4F4;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 0px 8px;
	margin: 14px 10px 14px 0px;
	width: 100%;
}

.form td{
	vertical-align: top;
	text-align: left;
	}
.text_field {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 5px;
	/*background: #fff url(/images/shadow.jpg) repeat-x right top;*/
	font: 13px Arial, Helvetica, sans-serif;
}
.medium_input{
	width: 60%;
}

.text_field.question {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 0px;
}
.text_field.required {
	background: #fff url(/images/shadow_required.jpg) no-repeat right top;
}
.number  {
	width: 30%;
}
.small_number  {
	width: 20%;
}

.tiny_number  {
	width: 60px;
}
.date, .medium_number {
	width: 80px;
}
.login {
	width: 200px;
}
.submit {
	font: 13px Arial, Helvetica, sans-serif;
	background: #DBDBDB;
	padding: 5px 10px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EFEFEF;
	margin-bottom: 14px;
	cursor: pointer;
	margin-top: 14px;
}

a.button {
    text-decoration: none;
    color: #fff !important;
}

#submit_button_01 a:link, #submit_button_01 a:visited, #submit_button_01 a:hover, #submit_button_03 a:link, #submit_button_03 a:visited, #submit_button_03 a:hover, a.submit,  a.submit:visited, a.submit:hover{
	color:#fff;
	text-decoration: none;
}

#submit_button_01, #button, #submit_button_03, #submit_button_02 {
	text-align: center;
}

.summary td{
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}

.content_form_block {
	border-bottom: 1px dotted #CCCCCC;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
}
