@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
input {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #808285;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	margin: 0;
	border: 0;
}
a {
	color: #58595b;
}
a:hover {
	color: #000;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #58595b;
	font-weight: normal;
}
h1 {
	font-size: 160%;
	margin-bottom: 26px;
}
h2 {
	font-size: 145%;
	margin-bottom: 15px;
}
h3 {
	font-size: 125%;
	margin-bottom: 15px;
}
h4 {
	font-size: 115%;
	margin-bottom: 15px;
}
h5 {
	font-size: 100%;
	margin-bottom: 15px;
}
p {
	margin-bottom: 32px;
}


#container {
	position: relative;
	margin: 0 auto;
	padding: 0 22px;
	width: 954px;
}
#header {
	margin-bottom: 38px;
	height: 201px;
	background: url(/img/header.gif) left top no-repeat;
}
#leftColumn {
	padding: 0 35px 0 0;
	width: 293px;
	vertical-align: top;
}
#content {
	padding-bottom: 15px;
	vertical-align: top;
}
#footer {
	padding: 28px 0 28px 30px;
	background: #414042;
	font-size: 75%;
	color: #fff;
	height:50px;
}


.form td {
    padding-right: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}
.form .phone td {
    padding-right: 0px;
    padding-bottom: 0px;
}
.form .red {
	display: block;
    font-size: 80%;
}
.form label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	color: #58595b;
}
.form .small {
    font-size: 10px;
    display: block;
    margin-top: -4px;
    margin-bottom: 2px;
}
.form input.text {
	display: block;
	height: 20px;
	border: 1px solid #808285;
}
.form select.text {
	display: block;
	height: 22px;
	border: 1px solid #808285;
}
.form .rememberPass {
    margin-bottom: 24px;
    width: 148px;
	height: 24px;
    background: url(../img/buttons/rememberPass.gif) left top no-repeat;
    border: none;
    cursor:pointer;
}
.form .enter {
    margin-bottom: 24px;
    width: 78px;
	height: 24px;
    background: url(../img/buttons/enter.gif) left top no-repeat;
    border: none;
    cursor: pointer;
}
.form .next {
    margin-bottom: 24px;
    width: 115px;
	height: 24px;
    border: none;
}
.form .addPhone {
    margin-bottom: 24px;
    width: 233px;
	height: 24px;
    background: url(../img/buttons/addPhone.gif) left top no-repeat;
    border: none;
    cursor:pointer;
}
.form .reg {
    margin-bottom: 24px;
    width: 164px;
	height: 24px;
    border: none;
}
.form .edit {
    margin-bottom: 24px;
    width: 148px;
	height: 24px;
    border: none;
}
.form .changePass {
    margin-bottom: 24px;
    width: 235px;
	height: 24px;
    background: url(../img/buttons/changePass.gif) left top no-repeat;
    border: none;
}
.form .w15 {
    width: 13px;
}
.form .w45 {
    width: 43px;
}
.form .w85 {
    width: 83px;
}
.form .w90 {
    width: 88px;
}
.form .w130 {
    width: 128px;
}
.form .w162 {
    width: 160px;
}
.form .w180 {
    width: 178px;
}
.form .w254 {
    width: 252px;
}
.form .w350 {
    width: 348px;
}
.form .w580 {
    width: 578px;
}
.copy {
	float: left;
}
.logo {
	margin-top: 8px;
	float: right;
	text-align: right;
}

.st {
	width: 1px;
	height: 1px;
}

.btnin {
    background-image: url("../img/submit.gif");
    border:0px;
    cursor:pointer;
    width:33px;
    height:32px;
}
.agency {
    margin-bottom: 32px;
}

.agency p {
    margin-bottom: 0;
}
.required {
    padding-left: 3px;
    color: #bf0000;
}
.freg {
    float:left;
}
.clear {
	clear:both;
}
.DropDownListB {
    font-weight:bold;
}
.red {
    display: block;
    margin-top: -4px;
    padding-bottom: 4px;
    font-size: 90%;
    color: #bf0000;
}
.green {
	color: #8cc640;
}
.
highlighter
{
    color: #fff;
	background: #8cc640;
}

.SearchButtonClass
{
    display: block;
	float: right;
	margin-left: 30px;
	width: 78px;
	height: 24px;
	background: url(../img/buttons/search.gif);
	border: 0;
	cursor: pointer;
}