/* CSS Document */

form { margin: 0px; }
.formRow { /* each form row */
	font-size: 11px;
	color: #DEDEDE;
	width: 370px;
	padding-top: 2px;
	margin-bottom: 5px;
	clear: both;
}

.subheading { /* heading of each form page */
	color :  #DEDEDE;
	width: 370px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CECECE;
	clear: both;
}

/*  quiz option formatting */
.QuizRow { /* additional class for quiz fieldRow */
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
.submitRow { /* additional class for button */

}

div.formleft { /* this is the input cell */
	float: left;
	width: 266px;
	text-align: left;
	margin-top:1px;
}

div.textleft {	/* this is the text */
	float: left;
	width: 90px; 
	font-weight: normal;
	text-align: left;
	margin-top: 4px;
	margin-right: 5px;
}

.inputcheckbox { display: inline; }

.input,.input80,.input60,.inputText {
	width: 267px;
	color: #333333;
	font-size: 11px;
	height: 19px;
	border: 1px solid #CECECE;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	padding-top: 3px; padding-left: 2px; /* inner form cell spacing */
}

.inputText { height: 120px; }
.input80 { width: 80px; }
.input60 { width: 60px; }

.inputCountry { width: 205px; }
.inputCardType { width: 205px; }
.inputDate { color: #333333; }

.checkboxright { float:right; margin-left: 10px; }
.checkboxleft {
	float: right;
	text-align: right;
	margin-top: 3px;
}


.inputcheckbox { display: inline; }

.button 
{
	width: 65px;
	height: 22px; 
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #999999;
	background-color: #CECECE;
	float: right;
}

div.right {
	width: 165px;
	float: right;
}

.small {
	font-size: 9px;
	text-align: right;
}

.inputsmall { width:100px; font-size: 11px; }

.quizoption { /* outer containing div for each quiz option - contains text / checkbox pair */
	float: right;
}
.quizleft { /* the text alongside each checkbox */
	float: right;
	margin-right: 5px;
	text-align: right;
	margin-top: 4px;
	font-weight: normal;
}
.quizright {/* spacing of the checkbox */
	width: 20px;
	float: right;
}
.quizheader { 	font-weight: bold; }

