﻿@charset "utf-8";
/* CSS Document */

.forms { width:680px; padding:10px 5px 10px 17px; float:left; margin:5px 0 15px 0; border:1px solid #eeeeee;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; background:#fff;}

.forms h2 { width:650px; height:auto; padding:5px; padding-top:10px; background:#fafafa; float:left; margin:10px 0; font-size:14px;border:1px solid #eeeeee;-webkit-border-radius: 4px;
-moz-border-radius: 4px;}

.forms input { width:350px; height:25px;color: #7d8289;border:1px solid #C5C5C5;-webkit-border-radius: 4px;
-moz-border-radius: 4px; padding-left:5px;}
.forms select { width:300px; height:25px;	color: #7d8289;border:1px solid #C5C5C5;-webkit-border-radius: 4px;
-moz-border-radius: 4px;}
.forms textarea {padding-left:5px; padding-top:5px; width:300px; height:70px;	color: #7d8289;border:1px solid #C5C5C5;-webkit-border-radius: 4px;
-moz-border-radius: 4px;}
.forms button {padding:5px 15px 5px 15px; float:right; margin-right:0px; margin-top:8px; background:#ee1d26; color:#fff; text-align:center; border:0px;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:2px solid #fff;-webkit-box-shadow: 0px 0px 9px rgba(130, 130, 130, 0.60);-moz-box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);}
.forms input[type="radio"] { width:15px; float:left; margin-right:10px; margin-top:-3px;}

.forms input[type="submit"] { 
width:358px;
height:30px;
float:left; 
margin-right:0px; 
margin-top:8px; 
background:#ee1d26; 
color:#fff; 
text-align:center; 
border:0px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:2px solid #fff;
-webkit-box-shadow: 0px 0px 9px rgba(130, 130, 130, 0.60);
-moz-box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);
box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);}

#spnBuy { 
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
cursor:pointer;
width:358px;
height:20px;
float:left; 
margin-right:0px; 
margin-top:8px; 
background:#ee1d26; 
color:#fff; 
text-align:center; 
border:0px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:2px solid #fff;
-webkit-box-shadow: 0px 0px 9px rgba(130, 130, 130, 0.60);
-moz-box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);
box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);}

.FormArea input[type="button"] { 
width:50px;
height:25px;  
margin-right:0px; 
margin-top:0px; 
background:#ee1d26; 
color:#fff; 
text-align:center; 
border:0px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:2px solid #fff;
-webkit-box-shadow: 0px 0px 9px rgba(130, 130, 130, 0.60);
-moz-box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);
box-shadow:0px 0px 9px rgba(130, 130, 130, 0.60);}


.forms .formtable
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width:665px;
	float:left;
	text-align: left;
	border-collapse: collapse;
}
.forms .formtable th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	color: #7d8289;	
 	
}
.forms .formtable td
{
	padding: 5px; 
	color: #7d8289;

}
.forms .formtable tfoot tr td
{
	font-size: 12px;
	color: #7d8289;

}
.forms .formtable tbody tr:hover td
{
	background: #fafafa;
	color: #7d8289;
}