@charset "utf-8";
/* CSS Document */
.button {
width:80px;
height:24px;
}
input[type="checkbox"],input[type="radio"] {
margin:0 2px 0 0;
position:relative;top:2px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /*targets Safari 3.0*/
input[type="checkbox"],input[type="radio"] {
top:0px;
}
}
input.txtField {
border:1px solid #7F9DB9;
padding:2px 5px;
height:16px;
width:160px;
color:#666;
background-color:#fff;
border-left-color:#666;
border-top-color:#666;
border-bottom-color:#ccc;
border-right-color:#ccc;
}
abbr.req {
margin:0 0 0 4px;
padding-right:10px;
}
textarea {
border:1px solid #7F9DB9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
padding:2px 5px;
overflow:auto;
height:140px;
background-color:#fff;
border-left-color:#666;
border-top-color:#666;
border-bottom-color:#ccc;
border-right-color:#ccc;
margin:0;
outline:0px;
}
ul.form li .fieldGroup {
margin:0 0 0 180px;
}
input.mon5 {
width:40px !important;
}
fieldset {
border:1px solid #90265C;
padding:8px;
}
div#content ul.form {
margin:0 0 14px 0 !important;
padding:0;
background-color:#fff;
list-style:none;
width:auto;
max-width:none;
}
ul.form li {
margin:0 0 1px 0 !important;
min-height:14px;
padding:6px 8px;
line-height:14px;
position:relative;
clear:both;
}
ul.form li.fHeader {

}
ul.form li.fHeader h4 {
margin:0 0 8px 0;
}
ul.form li.fHeader h5 {
margin:0;
}
ul.form li.fSubmit {
background-color:#e9e9e9;
}
ul.form li:after {
content:".";
display:block;
clear:both;
height:0px;
visibility:hidden;
font-size:0px;
}
*html ul.form li {
height:24px;
overflow:visible;
}
*+html ul.form li {
overflow:visible;
}
ul.form li .colTitle {
display:block;
width:180px;
float:left;
min-height:20px;
font-weight:bold;
margin:0 0 6px 0;
}
.title {
display:block;
margin:0 0 3px 0;
font-weight:bold;
}
ul.form li .inBk {
width:auto;
float:left;
margin-right:6px;
position:relative;
}
ul.form li .bk {
display:block;
}
ul.form li .fL {
float:left;
}
ul.form li .fR {
float:right;
}
ul.form li .postal {
width:60px !important;
}
ul.form li .phone {
width:100px !important;
}
ul.form li .email {
width:220px !important;
}
ul.form li .sm {
width:60px;
}
ul.form li .md {
width:140px;
}
ul.form li .lg {
width:300px;
}
ul.form li .auto {
width:100%;
}
ul.form li .cvn {
width:30px !important;
}
ul.form li .mn {
width:70px;
}
ul.form li .yr {
width:56px;
}
.button {
cursor:pointer;
height:30px;
line-height:25px;
margin-right:6px;
margin:0;
padding:0 4px;
}
.hide {
visibility:hidden;
}
.none {
display:none;
}
input#submit {
height:30px;
font-weight:bold;
padding:0 4px;
}
span.assist {
font-size:11px;
color:#999;
}
.indCol {
margin-left:180px !important;
}
.indInput {
margin-left:21px !important;
}
.captchaImg {
border:1px solid #7F9DB9;
display:block;
height:52px;
width:120px;
float:left;
margin:0 0 5px 0;
border-left-color:#666;
border-top-color:#666;
border-bottom-color:#ccc;
border-right-color:#ccc;
}
div#captcha {
height:80px;
}
div#captcha input.txtField {
width:110px;
color:#223D52;
font-weight:bold;
font-size:15px;
clear:left;
display:block;
margin:0;
float:left;
position:absolute;bottom:0;left:188px;
}
div#captcha p {
line-height:14px;
font-size:11px;
width:140px;
height:52px !important;
overflow:auto !important;
padding:4px;
position:absolute;top:6px;left:330px;
line-height:12px;
margin:0px 104px 0 0;
text-align:center;
border:2px solid #EEDE86;
background-color:#ffffcc;
background-image:url(../i/bg_captcha_msg.gif);
background-position:0px -80px;
background-repeat:repeat-x;
}
div#errorcontainer {
}
div#errorcontainer ol {
margin:0 0 14px 0;
padding:0;
list-style:none;
}
div#errorcontainer ol li {
font-weight:bold;
color:#ff0000;
}
input.black {
color:#000 !important;
}