form {
	
	padding: 1.2% 1%;
	margin: 0 auto;
	color: #6B460E;

	overflow: hidden;
	/* [disabled]background-color: #FFF; */
	border: 1px solid #666;
}
.pay-pal{
	border:none;
	text-align:center;
	
	}
label {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

sup { color: #f00; }

select {
	font-size:14px;
	border: 1px solid #999;
	padding: 6px 8px;
	background-color: #fff; /* -webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2); */
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2); /* box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2); */
	color: #333;
	width: 100%;
	margin-bottom: 10px;
}
select:focus { border: 1px solid #6c6; -webkit-box-shadow:none; -moz-box-shadow: none; box-shadow: none; }

input {
	font-size:14px;
	border: 1px solid #999;
	background-color: #fff; /* -webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2); */
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2); /* box-shadow: inset 0px 2px 2px rgba(0,0,0,0.2); */
	color: #333;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

input:focus { border: 1px solid #6c6; -webkit-box-shadow:none; -moz-box-shadow: none; box-shadow: none; }
input[type=date],
input[type=reset],input[type=submit]{ -moz-border-radius:  0px; -webkit-border-radius:  0px; border-radius:  0px; width: auto; }
input[type=number]{
	width:50px;
	height:30px;
	font-size: 14px;
	}
	input[type=image]{ width:120px; border:none;}
input[type=submit] ,input[type=reset] { margin-top:10px;}
input:invalid {  border: 1px red solid; }
input.awesome{
	background-color:#fc9200;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border: none;
	cursor: pointer;
	float:right;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
input.awesome:hover	{ background-color: #ffb515; }
.small {
	font-size:10px;
	margin: 15px 0;
	color: #fff;
	/* [disabled]text-shadow: 0px -1px 0px #000; */
	/* [disabled]text-shadow: 0 -1px rgba(0,0,0,0.5); */
}
input[type="checkbox"]{
	float:left;
	width:15px;
}
a{
	color: #978710;
	/* [disabled]float: right; */
	text-decoration: underline;
}
h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #630;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
}
span{
font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C97F11;
	text-align: center;	
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#l1
{
	position:absolute;
	z-index:1;
	visibility: hidden;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	border: 1px none #000000;
	padding: 10px;	
	}


.content-div {
	float: none;
	clear:both;
	width: 100%;
	margin: auto;
}
.content-div p {
	line-height: 20px;
	color: #6D6F6C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}

.table{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #666;
	width:480px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.table thead  {
	margin: 0px;
	padding: 3px;
	font-weight: normal;
	font-size: 13px;
}
.table thead tr {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
	background-color: #E1DFE0;
}

.table thead tr td {
	margin: 0px;
	padding: 3px;
}




.table tr {
	margin: 0px;
	padding: 3px;
	font-weight: normal;
	font-size: 13px;
	border: thin solid #F7F6F4;
}
.table td {
	margin: 0px;
	padding: 3px;
	border: thin solid #CCC;
	vertical-align: top;
}
.table tr span{

}
