/* CSS reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
  padding: 0;
  margin: 0; 
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img, abbr {
  border: 0;
}
ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
}
q:before, q:after {
  content: '';
}
a, ins {
  text-decoration: none;
}
/*CSS reset end*/

body {
	font-family: Georgia, Times, Verdana;
	font-size: 1em;
    margin: 0px 0 0 0;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color:#99B128;
}
#container {
	width: 780px;
	height: 768px;
    padding: 0px, 7px, 0px, 7px;
	margin-left: auto;
	margin-right: auto;
	
}
#header {
	height:65px;
}
#logo {
	float: left;
	margin-right:50px;
	margin-top:14px;
    width:200px;
}
#header_copy {
	margin-top: 10px;
	width: 450px;
	float:right;
	color:#53BFE0;
}
#header_copy h1 {
	font-size: 1.2em;
}
#content {
	clear:both;
	padding:10px;
	height:476px;
}
#left_panel {
	float:left;
	width:300px;
	margin-top:10px;
}
#left_panel h2 {
	color:#ACC42C;
	font-size: 1.8em;
	margin-bottom:10px;
}
#samples img {
	display:block;
	float:left;
}
#samples h2 {
	display:block;
	float:right;
	color:white;
	width:350px;
	margin-top:50px;
	text-align:right;
	font-size: 1.4em;
}
#left_panel p.copy {
	color:black;
	font-size: .9em;
	margin-bottom:15px;
	font-family:Arial, Helvetica;
}
#form {
	float:right;
	margin-top:5px;
}

h2.thanks {
	color: #53BFE0;
	display:block;
	width:280px;
	margin: 30px 20px 20px 20px;
	font-size:1.5em;
}
#footer{
	font-size:.7em;
	padding:10px;
	color:#5D6F0F;
}
.clear {clear:both;}

/* Form elements */
form.mail {
	font-size:.75em;
	display:block;
	background:#BCD42F;
	padding:10px;
	margin-top:5px;
	font-family:Arial, Helvetica;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
td p.hint {
	font-size: 90%;
 	margin-bottom:5px;
}
table.name p.form_field {
	    margin-top:5px;
        margin-left:0px;
		
}
table.contacts p.form_field {
	    margin-top:5px;
        margin-left:0px;
}
input.address {
	width:100%;
	margin-bottom:5px;
	width:70%;
	 background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}
input.number {
	width:70%;
	margin-bottom:5px;
	 background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}
td.email {
	width:100%;
}
span.hint2 {
	padding:0px;
	margin-left:115px;
}
input.form_name {
	width:94%;
    margin-right:3px;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}
table.name {
	width:95%;
	height:50px;
	padding:8px 8px 5px 8px;
}
table.contacts {
	width:95%;
	padding:0px 10px 0  5px;
	margin-bottom:5px;
}
