@charset "utf-8";
/* CSS Document */
body {
	font:12px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*div.hr {
  height: 1px;
  width:900px;
  background-color: #666;
  display: none;
}

div.hr hr {
  display: none;
}
*/
h2 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
	font-weight:bold;
	text-transform:uppercase;
	line-height:90%;
}

h3 {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
	font-weight:bold;
	line-height:10px;
}
.bottomInfo {	
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	width: 100%;
	list-style-type: none;
	margin-left:0px;
	border-top: 1px solid #778
}

.bottomInfo a:hover{	
	text-decoration:none;
	color:#900;
}

.bottomInfo a{	
	text-decoration:none;
	color:#666;
}

.bottomInfo strong{	
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	width: 100%;
}

.bottomInfo li {
  margin: 1em 0;
}

.bottomLinks {	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	width: 100%;
	list-style-type: none;
	margin-left:0px;
	border-top: 1px solid #778;
}

.bottomLinks li {
  margin: 1em 0;
}

.bottomLinks a{
	color: #666;
	text-decoration: none;
}

.bottomLinks a:hover {
	color: #900;
	text-decoration: none;
}

table.tabLineB {
	border-bottom: 7px solid #900;
}

table.tabLineT {
	border-top: 7px solid #900;
	text-align: left;
	vertical-align:middle;
	left:0;
}
table.formTable {
	text-align: left;
	left:0;
	vertical-align:middle;
}

table.policy {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	line-height: 25px;
}

td.commentLabel {
	text-align:right;
}

tr.footer {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

input, textarea { 
	padding: 6px;
	border: solid 1px #CCC;
	outline: 0;
	font: normal 12px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* width: 300px; */
	/* background: #FFFFFF;*/
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;   
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;   
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;   
}   

textarea { 
	width: 400px;
	max-width: 900px;
	height: 50px;
	line-height: 20px;
	font: normal 12px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #F93; 
}

.form label { 
	margin-left: 10px;
	text-align:left;
	color: #666;
}

/*.submit input {
	width: 80px;
	padding: 9px 15px;
	background: #900;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}*/

input.btn {
	width: auto;
	padding: 9px 15px;
	background: #900;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

input.radioBtn {
	outline: 0;
	border: 0;
	width: 20px;
	cursor: pointer;
}