@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #927a4f;
	
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	color: #000;
}

.bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #333;
}

a.bottomText,a.bottomText:visited,a.bottomText:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	color: #06F;
	
	text-decoration: underline;
}

a.bottomText:hover {
	text-decoration: none;
}

.mainTable {
	background-image: url(../images/bg.html);
	background-repeat: no-repeat;
}

.socialTable {
	background-image: url(../images/endbox_bg.png);
	background-repeat: no-repeat;
	
	height: 120px;
}

.midBox {
	background-image: url(../images/midbox_bg.png);
	background-repeat: no-repeat;
}

.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color: #666;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	
	color: #333;
}

a.copyright,a.copyright:visited,a.copyright:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	
	color: #333;
	
	text-decoration: underline;
}

a.copyright:hover {
	text-decoration: none;
}

.text_field {
	width:200px;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:28px;
	border:1px solid #97b5d2;
	color:#25313c;
	background-color: #f7fcff;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.text_field:focus {
	background-color:#f9f8e4;
}
.button {
  width: 218px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/download.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
