form {
	background-color: #F5F5F5;
	border: 1px solid #666666;
}
form div label {
	text-align: right;
	width: 120px;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
	clear: both;
}
form .offset label {
	text-align: right;
	width: 400px;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
	clear: both;
}

form .optional {
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
form p {
	margin-right: 10px;
	margin-left: 10px;
}
#column-wide form h1 {
	padding: 5px 10px;
	margin: 0px;
	background: #CCCCCC;
	font: bold 12px Arial, Helvetica, sans-serif;
}
form fieldset .title {
	background-color: #CCCCCC;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
form fieldset {
	clear: both;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 10px 0px 10px;
}
form input {
	font-size: 11px;
}
form textarea {
	font-size: 11px;
	margin-bottom: 15px;
}
form img {
	vertical-align: text-bottom;
}
form legend {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	height: 20px;
	padding: 0px 5px 0px 10px;
	margin: 0px;
}
form .required {
	font-weight: normal;
	color: #CC3300;
	margin-bottom: 5px;
	margin-top: 5px;
}
form .buttons {
	font-weight: normal;
	margin-left: 130px;
	margin-bottom: 20px;
	margin-top: 0px;
}
form .buttons label {
	font-weight: normal;
	text-align: left;
	width: 400px;
	margin: 0px;
}
form .section {
	margin: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
form fieldset .section p {
	margin-left: 130px;
	margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
#column-wide .optional h2 {
	font-size: 11px;
	margin-left: 130px;
	margin-bottom: 10px;
}
form .offset {
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
form .list {
	margin: 0 0 2px 130px;
	padding: 0;
	width: 440px;	
}
form .list label {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
form fieldset table {
	margin-left: 130px;
}
form fieldset table label {
	font-weight: bold;
}
form fieldset table td {
	padding: 2px 0;
	border-bottom: 1px solid #CCCCCC;
}

/* 
::::::::::::::::::::::::: enter code form    
*/

#codeForm {
	text-align: center;
}
#codeForm .inputField {
	border: 4px solid #AF7500;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}


/* 
::::::::::::::::::::::::: big form    
*/

#bigForm {
	text-align: left;
	background: #FFFFFF;
	border: 0px;
	margin-top: 30px;
}
#bigForm p {
	border: none;
	margin: 0;
}
#bigForm select {
	margin: 3px 0;
}		
#bigForm .error {
	color: #FF3300;
}	
#bigForm input {
	text-align: left;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
#bigForm label {
	font-weight: bold;
	font-size: 1em;
}





