/*Contact form */

#ccform_contain {
	position:relative;
	border: 1px solid #ddd;
	margin-top:20px;
	width: 290px;
	/* height: 418px; */
	padding: 10px;
}

.ccform_contactform{
	margin-top:10px;
}

#ccform_contacttable {
	color: #666666;
    font-family: 'Ropa Sans',sans-serif;
    font-size: 16px;
	width: 290px;
	margin-top: 12px;
}

#ccform_contacttable td {
	width: 290px;
	padding-bottom:2px;
}

#ccform_contain label, p {
	
	color:#666;
	
}


#ccform_submitbutton{
	width:70px;
	height:20px;
	color:#999;
	
}

#ccform_contain input {
	width:270px;
	height:20px;
	color:#999;
	
}


#ccform_submitspan input{
	cursor: pointer;
	float:left;
	background: url("images/submit.png") repeat scroll 0 0 transparent;
    height: 40px;
    margin-left: 90px;
    margin-top: 10px;
    width: 95px;
	border: 0px;
	font-size: 0;
}

#ccform_contain textarea {
	
	width:270px;
	overflow:hidden;
}


#ccform_contain select{
	
	color:#999;
	border:1px solid #999;
	width:200px;
	
}

#ccform_contacttable img {
	margin: 0px;
}




.ccform_capture {
	width: 160px;
	margin-top: 0px;
	margin-left: 20px;
}

#ccform_capturespan {
	width: 120px;
	float:left;
}

#ccform_capturespan input{
	width: 100px;
	margin-left: 30px;
}

#ccform_captureerror {
	position: absolute;
	left: -80px;
	top: 345px;
	width: 302px;
	height: 40px;
	padding: 10px;
	padding-top: 40px;
	color: #fff;
	background-image:url(images/errorback.gif);
	display:none;
}

#ccform_messagesuccess {
	background: #fff;
	position:absolute;
	top: 0px;
	left: 0px;
	padding:21px;
	width: 258px;
	height: 376px;
	display:none;
	text-align:center;
}

#ccform_captureimg {
	float: left;
	width: 100px;
	height: 40px;
}

#ccform_imgcaption {
	float:left;
	height: 40px;
	width: 160px;
	margin-left: 10px;
}

#ccform_clicktoclose {
	width: 100%;
	text-align: center;
}


#ccerrors {
	background-color: #d31616;
}

#ccsuccess {
	background-color: #29af33;
}

#ccsuccess p, #ccerrors p  {
	padding: 20px;
	color: #fff;
	text-align:center;
}


#ccverify {
	display:none;
}

/* End Contact Form */
