/*===============================================================================*/
/*								GENERIC FORM STYLES								 */
/*===============================================================================*/

form {
	/*padding: 0px 0px 0px 30px;*/
	margin-left:30px;
	}

div#paper_download form {
	margin:0;
	}

.form_clear {
	clear: both;
}

form div.xsmall label, form div.small label, form div.medium label,
form div.large label, form div.xlarge label {
	font-size: 12px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #002973;
}

form div.input_container {
	margin: 4px;
	padding: 0px;
}

form div input[type=text], form div input[type=password], form div textarea {
	background: url(/images/formFieldBackground.gif) top left repeat-x #FFFFFF;
	font-size: 12px;
	padding: 4px 0px;;
	border: 1px solid #CECECE;
	width: 100%;
	float: left;
	}

form div.xsmall {
	/*width: 47px;*/
	width: 11.5%;
	margin: 0 .5%;
	}

form div.small {
	/*width: 94px;*/
	width: 24%;
	margin: 0 .5%; 
	}

form div.medium {
	/*width: 188px;*/
	width: 49%;
	margin: 0 .5%;
	}

form div.large {
	/*width: 376px;*/
	width: 74%;
	margin: 0 .5%;
	}

form div.xlarge {
	/*width: 752px;*/
	width: 99%;
	margin: 0 .5%;
	}

form div.xsmall, form div.small, form div.medium,
form div.large, form div.xlarge {
	float: left;
	padding: 4px 0px;
	}

form fieldset {
	border: 1px solid #3377AB;
	margin: 4px;
	}

form fieldset legend {
	font-size: 24px;
	letter-spacing: -1px;
	color: #A4531B;
	margin: 0px 5px;
	padding: 0px 5px;
	}

button.button span {
	background: url('/images/btn_right.png') no-repeat top right;
    display: block;
    line-height: 20px;
    padding: 2px 18px 8px 0px;
	right: -3px;
	top: -1px;
	position: relative;
	}

button.button {
    background: transparent url('/images/btn_left.png') no-repeat scroll top left;
    color: #FFFFFF;
    display: block;
	float: left;
	text-transform: capitalize;
	font: bold 12px arial, sans-serif;
	height: 28px;
	margin: 0px 4px;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	border: collapse;
	}

input.unsubscribe_box {
	padding:10px 0;
	font-size:2em;
	text-align:center;
	width:670px;
	font-weight:bold;
	font-family:arial;
	color:#595959;
}

form div.error input {
	background:url(/images/formFieldBackground_error.gif) top left repeat-x #A70000; 
	color:#FFFFFF;
	/*border-color:#3c0000;*/
}

form div.error label {
	color: #A70000;
}
/*=======================================*/
/*				ERROR MESSAGE			 */
/*=======================================*/
	
/*.error {
	border: solid #CB0000;
	border-width: 2px 2px 2px 2px;
	}
*/	
.errMessage {
	color: #CB0000;
	font-size: 10px;
	font-weight: bold;
	clear: left;
	float: left;
	}