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


#form_body{
	text-align: justify;
	font-family: "Century Gothic";
	float: left;
	height: auto;
	width: 400px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 71px;
	margin-bottom: 70px;
	position: relative;
}

.left{
	width:150px;
	float:left;
	min-height:24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	.right{
	width:100px;
	float:left;
	min-height:24px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	.right3{
	width:350px;
	float:left;
	min-height:24px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	.right2{
	width:200px;
	float:left;
	min-height:24px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	.clear{
		float:none;
		clear:both;
		height:0px;
	}
	
	.textA{
		width:355px;
		height:100px;
	}
	
	.row{
		background-color:none;
		display:block;
		min-height:32px;
	}
	.space2 {
		padding-left: 15px;
	}
	
	.space{
	margin-left: 158px;
	}
	.text{
		width:190px;
	}
	.ruler{
		width:400px; border-bottom:dashed 1px #dcdcdc;
	}
	tr:focus{
		background-color:#fcfcf0;
	}
	td{
		vertical-align:top;
	}
	.over{
	background-color:#000;
	}
	.out{
		background-color:none;
	}
	
	
	small{ font-size:10px%;
	}
	
.submit_btn{
	color: #000;
	background-color: #fff;
	font-weight: 500;
	border: .1em solid #e66086;
	font-family: "Century Gothic";
	width:90px;
	height:30px;
}

a hover.submit_btn{
	cursor: hand;	
}

.error { display: none; padding:10px; color: #D8000C; font-size:12px;background-color: #FFBABA;}
.success { display: none; padding:10px; color: #044406; font-size:12px;background-color: #B7FBB9;}
.error img {
	vertical-align: top;
}
#send_message { 
width:75px !important; /* the width of the submit button  */ 
    font-variant: small-caps; /* nicer font-variant (like explained before) */  
    border:1px solid black; /* remove the default border and put a normal black one */
    cursor:pointer;
    cursor:hand;
}
#cf_submit_p { text-align:right; } /* show the submit button aligned with the right side */
.success { display: none; padding:10px; color: #044406; font-size:12px;background-color: #B7FBB9;}



#msg{
	height: 20px;
	width: 413px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	left: 81px;
	top: 325px;
}
/****************** HTML form*************************/
#form_content_left{
	width:410px;
	margin-top:0px;
	margin-left: 30px;
	height: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	text-align: justify;
}
#form_img{
width:400px;
margin-top:30px;
height: 260px;
float: left;
}
#contact_info{
	width:400px;
	margin-top:30px;
	height: 150px;
	float: left;
}
#form_content{
	width:500px;
	margin-top:0px;
	margin-right: 30px;
	height: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: right;
	text-align: justify;
}
