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

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper { 
 margin: 0 auto;
 width: 822px;
}

#image{
	text-align: center;
}

#header {
 width: 800px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 75px;
 margin: 10px 0px 0px 0px;
 background-color:#F3F2ED;
 font-size:24px
}

#content {
	width: 720px;
	color: #333;
	border: 1px solid #ccc;
	background: #CCC8B3;
	margin: 0px;
	padding: 50px;	
	font-size: 18px;
}


#content2 {
	width: 720px;
	color: #333;
	border: 1px solid #ccc;
	background:#CCC8B3;
	margin: 0px;
	padding: 50px;

	font-size:18px
}

form    {
margin:auto;
position:relative;
width:550px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
font-style: italic;
line-height: 24px;
font-weight: bold;
color: #09C;
text-decoration: none;
}

input {
padding: 5px 5px 5px 5px;
margin: 10px 10px 10px 10px;
font-size: 16px;
border: 2px solid grey;
border-radius: 4px;
}
                     
select {
border-color: #006699;
padding: 5px 5px 5px 5px;
margin: 10px 10px 10px 10px;
font-size: 16px;
border: 2px solid grey;
border-radius: 4px;
}

textarea.feedback {
width:375px;
height:125px;
border: 1px solid #999;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

textarea.message {
display:block;
}

input.button {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#09C;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}

input.button:hover {
background:#fff;
color:#09C;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}
