#form_box { margin:40px 0px 70px 0px;   width:900px; }
#flower { float: left; height: 326px; border: 2px solid #a1bee0; }

#forms {
	float: right;
	margin: 0px;
	width: 650px;
	font-style: italic;
	letter-spacing: 1px;
	color: #a4a297;
}
fieldset { border:0; }



/*-------------------- styles the left side on imput boxes ---------------------*/
ul.form {
	list-style:none;
	padding:0;
	font-size:16px;
	color:#666;
	text-align: left;
	border:0;
	float: left;
	margin: 0px 0px 0px 20px;
}
ul.form li       { margin:0px;   padding-bottom:6px; }
ul.form li label { margin:0px;   width:200px;  text-align:left; }
ul.form li input, ul.form li select, ul.form li textarea {
	width: 200px;
	margin-bottom:10px;
	border: 2px solid #a1bee0;
}






/*-------------------- styles the comments box on rigth side ---------------------*/
.form_right{ color:#666;  width:350px; height:170px; float:right;  list-style:none; margin:0;  padding:0; }
#form_comment {
	width: 350px;
	height: 170px;
	margin-bottom:30px;
	padding: 0;
	border: 2px solid #a1bee0;
}
ul.form_right li textarea { height:120px; width:360px; }

.comments { 
	font-style: italic;
	letter-spacing: 1px;
	height:130px !important;
	text-align:left;
}





.valid   { border:2px solid #5e87a7 !important; }
.invalid { border:3px solid #F00 !important; }







/*-------------------- styles the submit button area ---------------------*/
#send {
	margin: 15px 0px 0px 0px;
	text-align: left;
}
ul.form li.submit {
	text-align:left;
	width: 77px;
	height: 27px;
	border:0;
}
ul.form li.submit input {
	border:0 none;
	cursor:pointer;
	display:block;
	margin: 40px 0px 0px 0px;
	overflow:hidden;
	text-indent:-4000px;
}






/*-------------------- styles the thank you message after sending ---------------------*/
#thanks {
	height: 420px;
	text-align: left;
	margin: 0px 0px 0px 100px;
	padding: 0px;
	border: 0px;
}
#thanks h1 {
	text-align: left;
	letter-spacing: 1px;
	color: #6c829c;
	font-style: italic;
	margin: 0px;
	padding:0px;
}
#thanks p {
	text-align: justify;
	margin: 0px;
	color: #4a4a4a;
}




/*------------------------- styles the radio buttons -----------------------------*/
ul.heard                  { list-style:none; }
#heard_from, #radio_btn   { width:600px; margin:0px; }
#heard_from p             { margin:0px; }
#radio_btn p              { float:left; margin:0px 10px 0px 0px; }
#specify                  { width:150px; border: 2px solid #a1bee0; }


