@charset "utf-8";
/* Contact Form styles */

form {/*display: table;*/
	width: 690px;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 10px;
}

form div {
	display:table-row;
	width: 600px;
	margin: 0.5em;
}

fieldset div label {
	vertical-align: top;
}

form div label, form div input {
	display:table-cell; 
	padding: 3px;
	margin: 5px; }

form div input, textarea {
	border:1px solid #6A805A;
	padding: 3px;
	color: #000;
	background-color: #FFC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;

}

form div #comment , textarea{
	height: 120px;
	border: 1px solid #6A805A;
	padding: 5px;
	background-image: url(../images/bg_textarea.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #333;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-style: italic;
	font-size: 1.2em;
	width: 400px;
}

form div option {
	margin: 10px;
}

form div input:focus {
	background-color: #CCC;
}

form div textarea:focus {
	background-color: #CCC;
}

fieldset {
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
	text-transform: capitalize;
	font-family: sans-serif;
	font-weight: bolder;
	margin-top: 20px;
	
}

label {padding-left: 20px;

}

 label:first-letter {
	font-weight:bolder;}


input[type="submit"] {
	color: #FFC;
	font-weight: bold;
	padding: 15px;
	margin-left: 120px;
	float: right;
	-moz-box-shadow: 1px 3px 5px #000;
	-webkit-box-shadow: 1px 3px 5px #000;
	-o-box-shadow: 1px 3px 5px #000;
	box-shadow: 1px 3px 5px #000;
	background-color: #6F7D94;
}

input[type="submit"]:hover{
	background-color: #6F7D94;
	cursor: pointer;
}

input[type="submit"]:active{
	-moz-box-shadow: 1px 3px 5px #000 inset;
	-webkit-box-shadow: 1px 3px 5px #000 inset;
	-o-box-shadow: 1px 3px 5px #000 inset;
	box-shadow: 1px 3px 5px #000 inset;
	background-color: #6A805A;
}

input[type="submit"]:visited{
	background-color: #6A805A;
	color: #FFC;
}
