@charset "utf-8";

/* CSS Document */

body {
	background: #eeeeee ;
}

html, body, h2, h3, h4, h5, h6, p, input, textarea, select, form {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #453325;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #453325;
	margin:0px;
	padding:0px;
}


.wrapper-div {
	margin: auto;
	width: 1000px;
	overflow: hidden;
	padding-top:30px;
}

.form {
	width: 242px;
	padding-bottom:1px;
	font-size:14px;
}

.formfeild, textarea.formfeild, select.formfeild {
	font-size: 12px;
	color: #111111;
	background: #FFFFFF;
	border:#453325 1px solid;
	width:240px;
	height:19px;
}

.button {
	width:240px;
	background:url(../images/button.jpg) repeat-x left top;
	font-weight:normal;
	color:#FFFFFF;
	height:22px;
	padding-bottom:3px;
	border:#e6e3de 1px solid;
	cursor:pointer;
}


.download {
	padding-top:30px;
	padding-bottom:30px;
	color:#444444;
	font-size:15px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.download a {
	color:#36F;	
	font-weight:bold;
	text-decoration:underline;
}
.download a:hover {
	color:#1122CC;	
}