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

/* Page
------------------------------------------------------------------------------- */
div#page {
	margin: 0 auto;
	text-align: left;
}

/* Form
------------------------------------------------------------------------------- */
div#form .message {
    display: none;
}

div#form form table td{
	vertical-align:top;
}
div#form form table{
	width:100%;
	color:#fff;
	text-align:left;
}
div#form form table label,
div#form form table td.check-label span{
	font-size:12px;
	text-align:right;
	margin:3px 0 0 0;
	display:block;
	padding:2px 3px 5px;
}
div#form form table input,
div#form form table select{
	font-size:12px;
	width:150px;
	float:left;
	margin: 2px 3px 3px;
}
div#form form table select{
	width:156px;
}
div#form form table input.tiny{
	width: 34px;
}
/*Notes*/
div#form form table span.note{
	display:block;
	padding: 0 0 2px 4px;
    font-size: 10px;
	clear:both;
}
/* Checks */
div#form form table td.check-label span,
div#form form table td.check-label label{
	text-align:left;
}
div#form form table td.check{
	text-align:right;
}
div#form form table td.check input{
	width:auto;
	margin-top:3px;
	float:none;
}
/* Dates */
div#form form table select.dates{
    width:auto;
	margin-right:5px;
}
/* Errors */
div#form form td.error{
    display: none;
}
div#form form td.hasError input,
div#form form td.hasError select{
	border-color: #e90000;
    background-color: #ffe5da;
}
/* CVV */
div#form form table span#cvvtrigger{
	font-size:11px;
	position:relative;
	margin: 3px 0 0 5px;
	display:inline;
	padding:3px 0 3px 20px;
	background: transparent url("ico-help.png"/*tpa=http://cdn2.rqccvcme.com/2010021102/sites/common/images/ico-help.png*/) 0 0 no-repeat;
	float:left;
}
div#form form table span#cvvtrigger span#cvvdescription{
	text-align:left;
	display:block;
	border:1px solid #b4d1e8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	padding:10px;
	background-color:#eef2f5;
	margin:5px 0 10px 0;
	width:auto;
	color:#000;
}
div#form form table span#cvvtrigger span#cvvdescription.jsactive{
	width:202px;
	position:absolute;
	top:20px;
	left:0;
	margin:0;
	float:none;
	font-size:11px;
}
div#form form table span#cvvtrigger span#cvvdescription img{
	display:block;
	margin-bottom:5px;
}

/* Button */
div#form form table tr.buttons td{
	padding: 10px 0;
	text-align:center;
}
div#form form table tr.buttons button {
	background: #186a00 url("form-button-bg.png"/*tpa=http://cdn2.rqccvcme.com/2010021102/sites/common/images/form-button-bg.png*/) repeat-x;
	border: 2px solid white;
	margin:0;
	padding:0 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	width:auto;
	overflow:visible;					
	text-align:center;	
	height:40px;
	line-height:40px;			
	text-transform:uppercase;
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	cursor:pointer;
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-khtml-box-shadow: 0 0 10px #000;
	text-shadow: #000 1px 1px 5px;
	-moz-text-shadow: #000 1px 1px 5px;
	-webkit-text-shadow: #000 1px 1px 5px;
	-khtml-text-shadow: #000 1px 1px 5px;
}
div#form form table tr.buttons button:hover,
div#form form table tr.buttons button.hover,
div#form form table tr.buttons button:focus{
	color:#000;
	text-shadow: #fff 1px 1px 5px;
	-moz-text-shadow: #fff 1px 1px 5px;
	-webkit-text-shadow: #fff 1px 1px 5px;
	-khtml-text-shadow: #fff 1px 1px 5px;	
}
div#form form table tr.buttons button.disabled,
div#form form table tr.buttons button.disabled:hover,
div#form form table tr.buttons button.disabled.hover,
div#form form table tr.buttons button.disabled:focus{
	background: #919191 url("form-button-disabled-bg.png"/*tpa=http://cdn2.rqccvcme.com/2010021102/sites/common/images/form-button-disabled-bg.png*/) repeat-x;
	color:#666;
	text-shadow: #000 0 0 0;
	-moz-text-shadow: #000 0 0 0;
	-webkit-text-shadow: #000 0 0 0;
	-khtml-text-shadow: #000 0 0 0;
	box-shadow: 0 0 0 #000;
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	-khtml-box-shadow: 0 0 0 #000;
}

/* Footer
------------------------------------------------------------------------------- */
div#footer{
	padding:10px;
	font-size:11px;
	line-height:13px;
	text-align:center;
	color: #666;
}
div#footer ul{
	margin:0 0 10px;
}
div#footer li{
	display:inline;
}
div#footer a{
	color: #666;
	font-size: 12px;
	padding: 0 10px;
}
