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



* {
 border: 0;
   margin: 0;
   padding: 0;
}


html {
height: 100%;
margin-bottom: 1px;
}


#quick_contact {
width: 298px;
float: left;
border: 1px solid #787878;
padding:15px;
margin-bottom:8px;
background-color:#33322e;
background-image:url(../images/quickcontact_bg.png);
background-repeat:repeat-x;
background-position:top;
}

#qc_heading {
width: 298px;
float: left;
padding: 10px;
}

#qc_main {
width: 298px;
float: left;
padding: 10px;
}

.c_labels {
color:#00afc5;
font-size:18px;
font-weight:bold;
margin-bottom:3px;
}

.textbox_b {
	background:url(../images/textfield.png) no-repeat;
	width:271px;
	height:27px;
	padding:2px 0px;
	margin-top:7px;
	margin-bottom:5px;
}

.textbox_i {
	width:260px;
	font-size:14px;
	margin:3px 6px;
	border:none;	
	background:none;
}

.captchabox_b {
	background:url(../images/captchafield.png) no-repeat;
	width:112px;
	height:27px;
	padding:2px 0px;
	margin-top:2px;
}

.captchabox_i {
	width:150px;
	font-size:18px;
	margin:2px 6px;
	border:none;	
	background:none;
}

.textarea_b {
	background:url(../images/textarea.png) no-repeat;
	width:271px;
	height:102px;
	margin-top:7px;
	margin-bottom:5px;
	padding:2px 0px;
}
.textarea_i {
	width:265px;
	height:140px;
	font-size:18px;
	font-weight:bold;
	margin:2px 6px;
	
	border:none;	
	background:none;
}

.btn {
    background:url(../images/button.png) no-repeat;
	color:#0f0f0f;
	padding:0px 6px 18px 0px;
	float:left;
	width:65px;
	height:44px;
	border:none;
	margin-top:2px;
	cursor:pointer;
	text-align:center;
}

.btn {
 	padding:0px 6px 16px 0px\9;
}

#creditcards {
width: 286px;
float: left;
margin: 6px;
height:91px;
background:url(../images/creditcards.png) no-repeat;
background-position:top;
border: 1px solid #0f0f0f;
color:#FFF;
font-size:20px;
text-align:center;
padding-top:15px;
}