/* form styles */

#otherform form {text-align:left;line-height: normal;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
#otherform label {
	display: block;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#otherform input {
	margin-bottom: 5px;
	margin-top: 0px;}
#otherform textarea {
	margin-bottom: 5px;
	margin-top: 0px;
}
#otherform select {block;}
#otherform #error {color:#FF0000;font-weight:bold;margin-bottom: 10px;}
.requiredlabel, .required {color:#FF0000}
.requiredhelp {color:#FF0000;font-size:10px;}

#otherform .infoheading {padding:5px;background:#ccc;font-weight:bold}

/* LABELS - 80 */
#field-state, 
#field-zip {
	float: left;
	margin-right: 120px;
	width: 80px;
}
/* INPUTS - 80 */
#field-zip input {
	float: left;
	width: 80px;
}

/* SELECT - 80 */
#field-mailingstate select {
	width: 80px;
	float: left;
	margin-top: 3px;
}

/* LABELS - 180 */
#field-firstname,
#field-lastname,
#field-city,
#field-phone,
#field-email,
#field-paymentmethod,
#field-ccnumber,
#field-ccname,
#field-cctype {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 180px;
}

#field-expdate {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 120px;
}

#field-expyear {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

/* INPUTS - 180 */
#field-firstname input,
#field-lastname input,
#field-city input,
#field-phone input,
#field-ccnumber input,
#field-ccname input,
#field-sponsorname input,
#field-email input {
	float: left;
	width: 180px;
	padding: 0px;
}
/* SELECTS - 180 */
#field-paymentmethod select,
#field-cctype select {
	float: left;
	width: 180px;
	padding: 0px;
}

#field-expyear select {float: left;
	width: 100px;
	padding: 0px;}


/* LABELS - 400 */
#field-address,
#field-sponsorname {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 400px;	
}
/* INPUTS - 310 */
#field-address input {
	float: left;
	width: 310px;
	padding: 0px;
}
/* LABELS - 360 */
#field-comments {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 360px;	
}
/* INPUTS - 360 */
#field-comments input {
	float: left;
	width: 360px;
	padding: 0px;
}



