/* 
Website: 
Name: Form stylesheet
Description: Form styles
Version: Alpha
Author: Jefte Puente
Author URI: http://www.artemisit.com
Comments: This document styles only form elements.
		  Please do not style any tags here, refer to core.css.
*/

/*	This example markup has every form element available. Please copy and paste. Do not change the form class.
	Description of the technique at: http://www.alistapart.com/articles/prettyaccessibleforms
	
	<form action="#" class="cssform">
		<p>Please complete the form below. Mandatory fields marked <em>*</em></p>
		<fieldset>
			<legend>Delivery Details</legend>
			<ol>
				<li><label for="name">Name <em>*</em></label> <input type="text" id="name" /></li>
				<li><label for="address1">Address <em>*</em></label> <input type="text" id="address1" /></li>
				<li><label for="town-city">Town/City</label> <input type="text" id="town-city" /></li>
				<li><label for="county">County <em>*</em></label> <input type="text" id="county" /></li>
				<li><label for="postcode">Postcode <em>*</em></label> <input type="text" id="postcode" /></li>
				<li>
					<fieldset>
						<legend>Is this address also your invoice address? <em>*</em></legend>
						<label><input type="radio" name="invoice-address" /> Yes</label>
						<label><input type="radio" name="invoice-address" /> No</label>
					</fieldset>
	
				</li>
			</ol>
		</fieldset>
		<fieldset>
			<legend>Other Information</legend>
			<ol>
				<li>
					<label for="dob">Date of Birth <span class="sr">(Day)</span> <em>*</em></label><input type="text" id="dob" /> 
					<label for="dob-m" class="sr">Date of Birth (Month) <em>*</em></label><input type="text" id="dob-m" /> 
					<label for="dob-y" class="sr">Date of Birth (Year) <em>*</em></label><input type="text" id="dob-y">
				</li>
				<li><label for="sex">Sex <em>*</em></label> <select id="sex"><option value="female">Female</option><option value="male">Male</option></select></li>
				<li>
					<fieldset>
						<legend>Which of the following sports do you enjoy?</legend>
						<label for="football"><input id="football" type="checkbox" /> Football</label>
	
						<label for="golf"><input id="golf" type="checkbox" /> Golf</label>
						<label for="rugby"><input id="rugby" type="checkbox" /> Rugby</label>
						<label for="tennis"><input id="tennis" type="checkbox" /> Tennis</label>
						<label for="basketball"><input id="basketball" type="checkbox" /> Basketball</label>
						<label for="boxing"><input id="boxing" type="checkbox" /> Boxing</label>
	
					</fieldset>
				</li>
				<li><label for="comments">Comments</label> <textarea id="comments" rows="7" cols="25"></textarea></li>
			</ol>
		</fieldset>
		<p><input type="submit" class="submit" value="Submit" />
		   <input type="reset" class="reset" value="Reset" /></p>
	</form>
	
	*/

/*** General Form Styles ***/
.cssform {float: left; color: #000; padding: 0; margin: 0 auto; }
.cssform em { font-weight: bold; font-style: normal; color: #f00;}
.cssform .sr { position: absolute; left: -9999px; }
.cssform fieldset { margin: 5px 0 15px 0; padding: 0 0 0 0; border: none; }
.cssform legend { padding: 0 2px 0px 2px; margin: 0 0 0px 5px; font-weight: bold; color: #000; font-size: 1.4em; }
/*\*//*/ .cssform legend { display: inline-block; } /* IE Mac legend fix */
.cssform label { float: left; display: inline-block; width: 125px; font-weight: bold; font-size: 1.0em; line-height: 1.6; vertical-align: top; color: #555; }
.cssform fieldset ol { margin: 0; padding: 0; }
.cssform fieldset li { list-style: none; padding: 12px; margin: 0 0 0 0;  background: #EBEBEB; border-top: #fff; border-bottom: 1px solid #CFCFCF;   } 
.cssform fieldset li.altrow { margin: 0; background: #F7F7F7; border-top: #fff; border-bottom: 1px solid #CFCFCF; }
	/* Fieldset within a fieldset - used for groups of radio or checkmark boxes*/
	.cssform fieldset fieldset { margin: 0; padding: 0px; border: none; background: none;}
	.cssform fieldset fieldset legend { padding: 0 0 2px 0px; margin: 0 0 10px 0; font-weight: bold; font-size: 1.0em; color: #555;}
	.cssform fieldset fieldset label { clear: left; float: left; display: block; margin:  0 0 5px 125px; height: 17px; line-height: 11px; font-weight: normal; }
	.cssform fieldset fieldset label input {float: left; margin: 0px 5px 0 0; }

/*** Input fields & Submit buttons ***/
.cssform input { margin: 0; padding: 2px; }
.cssform fieldset textarea, .cssform fieldset select { border: 1px solid #1353AA; padding: 2px;  }
input:focus, textarea:focus, input:active { background: #FFFFCC; color:#000; border: 1px solid #000; padding: 2px;}
input[type=checkbox] { margin: 0 5px 0 0; }
input[type=text], input[type=password] { padding: 2px; border: 1px solid #1353AA; background: url('images/form_bg.png') repeat-x top left; }

/* submit buttons */
 .cssform input.submit { display: block; float: left; overflow: visible; font-size: 1.2em; line-height: 1.0em; border: 1px solid #ccc;  background: #f2f2f2 url('images/submit_bg.gif') no-repeat 10% 50%; padding: 4px 5px 6px 30px; text-align: center; text-decoration: none; margin: 0 15px 15px 0; color: #888; font-weight: normal;} /*For IE6*/
	input[type=submit] { display: block; float: left; font-size: 1.2em; line-height: 1.0em; border: 1px solid #ccc;  background: #e7e7e7 url('images/submit_bg.gif') no-repeat 50% 50%; padding: 4px 5px 6px 30px; text-align: center; text-decoration: none; margin: 0 15px 15px 0; color: #888; font-weight: normal;}
	input[type=submit]:hover { border: 1px solid #777;  background: #e7e7e7 url('images/submit_bg.gif') no-repeat 10% 50%; color: #000; }
	input[type=submit]:focus { border: 1px solid #777;  background: #ccc url('images/submit_bg.gif') no-repeat 10% 50%; color: #000; }

 .cssform input.reset { display: block; float: left; overflow: visible; font-size: 1.2em; line-height: 1.0em; background: #f2f2f2 url('images/reset_bg.gif') no-repeat 10% 50%; padding: 4px 5px 6px 30px; text-align: center; text-decoration: none; margin: 0 15px 15px 0; color: #888; font-weight: normal;} /*For IE6*/
	input[type=reset] { display: block; float: left; font-size: 1.2em; line-height: 1.0em; border: 1px solid #ccc;  background: #e7e7e7 url('images/reset_bg.gif') no-repeat 10% 50%%; padding: 4px 5px 6px 30px; text-align: center; text-decoration: none; margin: 0 15px 15px 0; color: #888; font-weight: normal;}
	input[type=reset]:hover { border: 1px solid #777;  background: #e7e7e7 url('images/reset_bg.gif') no-repeat 10% 50%; color: #000; }
	input[type=reset]:focus { border: 1px solid #777;  background: #ccc url('images/reset_bg.gif') no-repeat 10% 50%; color: #000; }

.cssform input.button { display: block; float: left; overflow: visible; font-size: 1.2em; line-height: 1.0em; border: 1px solid #ccc;  background: #f2f2f2 url('images/ico_help.png') no-repeat 10% 50%; padding: 4px 5px 6px 30px; text-align: center; text-decoration: none; margin: 0 15px 15px 0; color: #888; font-weight: normal;} /*For IE6*/
	input[type=button] { display: block; float: left; font-size: 1.2em; line-height: 1.0em; border: 1px solid #ccc;  background: #e7e7e7 url('images/ico_help.png') no-repeat 50% 50%; padding: 4px 5px 6px 30px; text-align: center; text-decoration: none; margin: 0 15px 15px 0; color: #888; font-weight: normal;}
	input[type=button]:hover { border: 1px solid #777;  background: #e7e7e7 url('images/ico_help.png') no-repeat 10% 50%; color: #000; }
	input[type=button]:focus { border: 1px solid #777;  background: #ccc url('images/ico_help.png') no-repeat 10% 50%; color: #000; }


/* Home */
#left_col .cssform { float: left; height: 65px; width: 180px; }
#left_col #addEmail { float: left; margin-bottom: 10px; width: 175px; }
#left_col .submit { float: right; margin: 0; }