﻿.left_col .form {
	background-color: #e1e1e1;
}
.left_col .form .border	{ border: 1px solid #8fabc6; border-top: none; border-bottom: none; }
.left_col .form .inner	{ padding: 10px 10px 10px 10px; }
.left_col .form .bottom	{ border-bottom: 1px solid #8fabc6; height: 8px; }


.form .grey_box {
	background-color: #fff;
}
.form .grey_box .border	{ border: none; }
.form .grey_box .inner	{ padding: 10px 15px; background-color: #fff; }
.form .grey_box .bottom	{ border-bottom: none; height: 9px; }


.form .yellow_box {
	background-color: #fffdd8;
}
.form .yellow_box .border	{ border: none; }
.form .yellow_box .inner	{ padding: 10px 15px; }
.form .yellow_box .bottom	{ border-bottom: none; height: 9px; }


.form .steps {
	Width: auto;
	background-image: url(../images/step_bg.gif);
	background-repeat: repeat-x;
}

.form .steps .step {
	Width: 69px;
	text-align: center;
	font-size: 0.8em;
	margin-right: 30px;
}

.form .steps .last {
	margin-right: 0px;
}


.policy .column {
	Width: 24%;
}

.half_Width { Width: 49%; }

.residency_Width { Width: 50px; }

.form .checkradio { background-color: #fff; height: auto; }
.align_radio { margin-bottom: -3px; }

.form thead { font-weight: bold; }

.form input {
	background-color: #fff;
	padding: 2px;
	font-size: 0.9em;
	height: 16px;
}

.form select { height: 20px; }

.form .input_label {
	Width: 100px;
	height: 19px;
	padding-top: 3px;
	margin-bottom: 5px;
	float: left;
}

.form .input_big_label {
      width: 275px;
      height: 19px;
      padding-top: 3px;
      margin-bottom: 5px;
      float: left;
}


.form .input_field {
	height: 22px;
	margin-bottom: 5px;
	float: left;
}

.next_button {
	Width: 74px;
	height: 31px;
	border: none;
}