/* CSS Document */

form.cform {
display:table;
width:92%;
margin:0px;
padding:4%;
background-color:#d1e8ff;
}


div.cinfo {
float:left;
width:48%;
}
div.cinfo div {
width:100%;
height:18px;
margin-bottom:6px;
}
div.cinfo div.sep {
padding-top:10px;
border-top:1px dotted #fff;
}
div.cinfo div span {
font-weight:bold;
}
div.cinfo div b {
display:block;
float:left;
}
div.cinfo div input {
width:57%;
float:right;
}


div.enquiry {
float:right;
width:48%;
}

div.enquiry div {
width:100%;
height:17px;
margin-bottom:9px;
font-weight:bold;
padding-bottom:7px;
border-bottom:1px dotted #fff;
}
div.enquiry textarea {
width:96.5%;
height:145px;
line-height:16px;
overflow:auto;
}


div.req {
clear:both;
position:relative;
width:100%;
top:9px;
padding-top:10px;
border-top:1px dotted #fff;
color:#4589be;
}
div.req span {
display:block;
float:left;
}
div.req span b {
color:#8ace31;
}
div.req input {
float:right;
outline:none;
width:70px;
height:18px;
line-height:12px;
background-color:#4789bf;
background-image:url(../img/bg_sub.jpg);
border:1px solid #fff;
color:#fff;
font-weight:bold;
}

s {
color:#8ace31;
font-weight:bold;
text-decoration:none;
}