@charset "utf-8";

body {
	padding: 0;
	margin: 0;
    margin-bottom: 20px;
	background: #B2B4B1 url(../layout/metal_bg.jpg) repeat-x;
}

#top {
 	background: url(../layout/top.gif) no-repeat;
	height: 264px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	background: #FFFFFF;
	overflow: hidden;
}

.drpdown  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #fff;
	font-weight: bold;
	background: #DDDDDD;
}

li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#textarea_left {
	float: left;
	width: 500px;
	height: auto;
	margin: 40px 0 20px 15px;
}

#textarea_right {
	width: 245px;
	height: auto;
	margin: 15px 10px 20px 0;
	float: right;
}

img {
	padding: 0;
	border: 0;
}

#bottom {
	clear: both;
	width: 790px;
	height: 150px;
	background: url(../layout/bottom.gif) no-repeat;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 40px auto 50px 15px;
	padding-left: 5px;
}

td  {
	height: 18px;
}
	
table A:link { color: #000000; text-decoration: none; }
table  A:visited  { text-decoration: none; color: #000000; }
table A:hover  { text-decoration: underline; color: #666666; }
table A:active  { text-decoration: none; color: #000000; }

P A:link { color: #000000; text-decoration: none; }
P A:visited  { text-decoration: none; color: #000000; }
P A:hover  { text-decoration: underline; color: #666666; }
P A:active  { text-decoration: none; color: #000000; }		

#textarea_left A:link { font-weight: bold; color: #FF3300; text-decoration: none; }
#textarea_left A:visited  { font-weight: bold; text-decoration: none; color: #FF3300;; }
#textarea_left A:hover  { font-weight: bold; text-decoration: underline; color: #000000; }
#textarea_left A:active  { font-weight: bold; text-decoration: none; color: #FF3300;; }		




/*******************************/

.btn { 
	margin: 10px auto 10px auto;
}	

.table_pic {
	margin: 15px auto auto 5px;
}

/*******************************/

.input {
	margin: auto auto 10px auto;
	background: url(../layout/input.gif) no-repeat;
	height: 17px;
	width: 350px;
	color: #fff;
	font-size: 10px;
	text-indent: 2px;
	border-style: none;
}

.input2 {
	margin: auto auto 10px auto;
	background: url(../layout/input2.gif) no-repeat;
	height: 17px;
	width: 200px;
	color: #fff;
	font-size: 10px;
	text-indent: 2px;
	border-style: none;
}

textarea { 
	width: 350px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif; 
	background: url(../layout/textarea.jpg) no-repeat;
	height: 238px;
	overflow-x:hidden;
    border-style: none;
	border-style: hidden;
    border-width: 0px; 
	overflow-y:hidden;
	overflow-x:hidden;
	color: #fff;
	font-size: 11px;
	font-weight: 100;
	text-indent: 4px;
}

INPUT.text2 {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 15px;
	color: #FFF;
	width: 24px;
	max-width: 24px;
	margin: auto;
    background: url(../layout/counter.gif) center no-repeat;
	height: 24px;
	border-style: hidden;
	border-width: 0px;
	text-indent: 2px;
}

.submit {
	width: 60px;
	height: 24px;
	background: url(../layout/button.jpg) center no-repeat;
	font-family: Arial, sans-serif;
	color: #FFFF00;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	border-style: none;
}
