﻿@charset "UTF-8";
/* CSS Document */
.float_left { float:left;}
.float_right { float:right;}
.clear {clear:both; height:1px; line-height:1px;}

.form_wrapper { width:100%; background:none }
.form_content { width:100%; background:none }


.inquiry_text { width:100%; /*height:330px;*/ margin-right:15px;}
.inquiry_text h2 { color:#2978B6 !important; font-family:Georgia !important; font-size:22px !important; font-weight:normal !important; font-style:italic !important;}
.inquiry_text h3 { color:#333333 !important; font-family:Georgia !important; font-size:18px !important; font-weight:normal !important; font-style:italic !important;}
.inquiry_text p { color:#555555; font-family:arial; font-size:12px; font-weight:normal; line-height:1.4em !important;}
.form_content .eteamform { margin:20px 0px 0px 0px; color:#d4d4d4 !important; padding-bottom:20px; border:solid 1px #ccc;}
.eteamform ul { margin:0px; padding:0px; list-style-type:none;}
.eteamform ul li{  margin:5px 0px; background:none !important; padding:0px !important; list-style-type:none !important;}
.eteamform ul li span { padding:2px 0px; line-height:2.0em;}
.eteamform ul li .title { width:370px; display:block;font-family:georgia; font-size:16px; color:#cc0909; text-align:right; border-bottom: solid 1px #CCC;}
.eteamform ul li .lable { float:left; width:370px; display:block; font-family:arial; font-size:12px; color:#555555; text-align:right;}
.eteamform ul li .value { float:right; width:475px; display:block; font-family:arial; font-size:12px; color:#555555;}
.eteamform ul li .lable .red {color:#c00; font-size:13px;}
.eteamform .txt_fld { padding:3px 4px; font-size:12px; color:#666; font-weight:bold; -moz-border-radius:8px; border: solid 1px #ccc; background:#f7f7f7;}
.eteamform .mandatory li .lable{ color:#F00 !important;}
.eteamform .mandatory { background:#FF9;}
.eteamform .error { background:#FF9;  padding:7px 4px 5px 4px; text-align:center;}
.eteamform .error h3 { color:#C00 !important; font-weight:normal; font-size:18px;}
.eteamform .submit_inquiry { background:url(../images/sub_btn.jpg) no-repeat; width:97px; height:26px; border:none; cursor:pointer;}


