/* @override http://www.epcoaching.com/templates/epcoaching/css/form.css */

.affiliate-form input{
	margin-bottom: 12px;
	height: 19px;

	
}

.affiliate-form label{
	width: 90px !important;
	font-size: 12px !important;;
}

.affiliate-form legend{
	font-size: 14px !important;;
}

.affiliate-form input.submit{
	height: 30px !important;
}

.form h2 {
	clear:both;
	font-size: 12pt;
	font-weight: bold;
	padding: 8px;
	padding-left: 0px;
	color: #1c407c;
	margin-bottom: 5px;
}

.form fieldset {
margin-top: 10px;
}

.form legend {
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.form ol {
	margin: 5px;
	padding-left: 10px;
}

.form li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.form label {
	font-weight: normal;
	float: left;
	display: block;
	width: 140px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-right: 10px;
}



.form label.below {
	color: #333333;
}

.form input {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	padding: 4px;
}

.form input.submit {
	position: relative;
	background:url(../graphics/buttons/submit_bg.png) bottom;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1em;
	margin-right: 20px;
	margin-bottom: 0px;
}

.form em {
	color: red;
}

.form p {
	padding: 15px;
}

.form div.help {
	clear:both;
	position: relative;
	left: 150px;
	color: #333333;
	font-size: 8pt;
	font-family: arial;
	width: 300px;
}

.form div.error {
	/* for field-specific errors */
	clear: both;
	position: relative;
	font-family: arial;
	left: 150px;
	width: 300px;
	color: red;
	font-size: 8pt;
	font-weight: bold;
}

.form div.formerror {
	/* for form-wide errors, displayed at the top */
	background-color: #fad5d5;
	padding: 15px;
	font-weight: bold;
	color: #e10606;
	border: 1px solid #c90303;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 91%;
}

.form div.formnotice {
	/* for form-wide notices, displayed at the top */
	background-color: #e3f0d8;
	padding: 15px;
	font-weight: bold;
	color: #588c2c;
	border: 1px solid #588c2c;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 91%;
}


.form input.purchase {
	background:url(../graphics/buttons/submit_bg.png) bottom;		
	border: 1px solid #fff;
	color: #fff;
	font-size: 11pt;
}

.form div.packagebutton {
	float: left;
	width: 100px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}

.form div.packagedescription {
	float: left;
	width: 400px;
	padding: 2px;
	margin-bottom: 15px;
}

.signup_standard_box{
	margin-top: 20px;
}