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

#formcontent {
		float: left;
		position: relative;
		width: 440px 
		}
#formthis
		{ margin-left: 285px }
#formstyle{ 
		background: url(../img/form_bgmid.gif) repeat-y;
		margin: 0; min-height: 273px; 
		font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		color:#ffffff; 
		}
#formstyle input.str{
		background-color: #dddddd;
		border: none;
		padding: 1px;
		font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		color:#1e1b12; 
		font-size: 11px
		}	
#formstyle input.btn{
		font-weight: bold;
		letter-spacing: 0.1em;
		padding: 0;
		background-color:#f7b26d;
		color:#dd1003;
		border:#f48b22 1px solid;
		font-size: 11px
		}
#formstyle input.btn:hover{
		background-color:#f48b22;
		color:#ffffff;
		border:#e87604 1px solid
		}
#formstyle textarea.str{
		padding: 1px;
		background-color: #dddddd;
		border: none;
		font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		color:#1e1b12; 
		font-size: 11px
		}
.formcopy{
		font-size: 12px;
		font-weight: bold
		}