@CHARSET "UTF-8";

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}

body {
background: url(../images/bg.png) repeat;
font: 12px Verdana, Arial, Sans-Serif;
}

td {padding: 10px; }

.login-form {
margin: 100px auto;
max-width: 400px;
}

.quote-form {
margin: 50px auto;
max-width: 700px;
}

.caption {
width:100%;
background: gray;
border-bottom: #525252 solid 1px;
color: #FFF;
font-size: 14px;
font-weight: 700;
margin: 0 0 20px;
padding: 8px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.70);
}

.label {
font: 14px Verdana, Arial, Sans-Serif;
font-weight: bold;
text-align: right !important;
color:#000;
display: table-cell;
vertical-align: middle;
}

form[role=login] {
color: #5d5d5d;
background: #f2f2f2;
padding: 26px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

form[role=login] img {
display: block;
margin: 0 auto;
margin-bottom: 35px;
}

form[role=login] input,
form[role=login] button {
font-size: 18px;
margin: 16px 0;
}

form[role=login] > div {
text-align: center;
}
	
.form-links {
text-align: center;
margin-top: 1em;
margin-bottom: 50px;
}

.form-links a {
color: #fff;
}

.form_select {
-khtml-border-radius: .3em;
-moz-border-radius: .3em;
-webkit-align-items: center;
-webkit-appearance: menulist-button;
-webkit-border-radius: .3em;
-webkit-rtl-ordering: logical;
-webkit-writing-mode: horizontal-tb;
background-color: #fff;
border: 1px solid #ccc;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-radius: .3em;
box-sizing: border-box;
color: #555;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: 30px;
letter-spacing: normal;
line-height: normal;
margin: 0 0 10px;
padding: 4px 4px;
text-align: start;
text-indent: 0;
text-shadow: none;
text-transform: none;
vertical-align: middle;
white-space: pre;
word-spacing: 0;
}

input[type=radio].css-checkbox {
position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
padding-left:20px;
height:15px; 
display:inline-block;
line-height:15px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:14px;
font-weight:normal;
vertical-align:middle;
cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
background-position: 0 -15px;
}

label.css-label {
background-image:url(../images/radio.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.submit_btn {
-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
box-shadow:inset 0px 1px 0px 0px #7a8eb9;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
background-color:#637aad;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #314179;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Verdana;
font-size:12px;
padding:5px;
text-decoration:none;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.70);
}

