﻿
BODY { 
 background: url(parts/paper.jpg);
 background-repeat: repeat;

 font-family: arial;
 font-size: 12pt;
 font-variant: normal;
 font-weight: normal;
 letter-spacing: 0.1em;


 scrollbar-face-color: #e3e3e3; 
 scrollbar-shadow-color: #333333; 
 scrollbar-highlight-color: #f3f3f3; 
 scrollbar-3dlight-color: ; 
 scrollbar-darkshadow-color: #333333; 
 scrollbar-track-color: #f3f3f3;
 scrollbar-arrow-color: #666666;
 },

a { color: #000000; text-decoration: none; }       
a:link { color: #000000; text-decoration: none; }       
a:visited { color: #000000; text-decoration: none; }   
a:active { color: #000000; text-decoration: none; }    


a.grey { color: #999999; text-decoration: none; }


.small { font: 11px/24px "Lucida Grande", "Trebuchet MS", Arial;
	 color: #999999;}



textArea {
 border: 0px;
 width: 181px;
 height: 125px;

 font-family: arial;
 font-size: 10pt;
 font-variant: normal;
 font-weight: normal;
 letter-spacing: 0.1em;

 }






#title {
	width: 350px;
	height: 26px;
	color: #999999;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background: transparent url("images/bg_legend.gif") no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

form {
	width: 335px;
}

.col1 {
	text-align: right;
	width: 135px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}

.col2 {
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
}


.col1comment {
	text-align: right;
	width: 135px;
	height: 135px;
	float: left;
	display: block;
	margin-right: 2px;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial;
	color: #666666;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #999999;
}

.textarea {
	border: 1px solid #999999;
	background-color: #fff;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial;
	color: #666666;
	margin: 4px 0 5px 8px;
}
