/************* FORMS STYLESHEET ***/
form { font-size: 11px; }

#content form { }

	.separator {
		vertical-align: middle;
		margin: 0 5px; }
		
	fieldset { border: none; }
	
	div.scroll {
		height: 300px;
		overflow: auto; } 
	
	
	/*** LIST STYLES ***/
	form ol, 
	form ul { }
	
	form ol.half,
	form ul.half { 
		float: left; 
		width: 46%; 
		padding: 2%; 
		vertical-align: top; }
	
		form ol li, 
		form ul li {	
			float: left;
			width: 96%; 
			padding: 1% 2%;
			vertical-align: top; }
			
		form ol li.rightalign, 
		form ul li.rightalign {
			float: right; 
			text-align: right;
			line-height: 42px; }			
			
		form ol li.focused,
		form ul li.focused { background: #fefce9; }	
		
		form ol li.error,
		form ul li.error { background: #feeceb; }
		
		form ol li.half,
		form ul li.half { width: 46%; }
		
		form ol li.clearfix,
		form ul li.clearfix {
			clear: both; }
			
		
		form ol li.third,
		form ul li.third { width: 31%; }
	
.textMsgChkBox{
	margin-top:-15px;
	margin-left:-10px;
}	
	
	/*** GENERIC STYLES ***/	
	.formContent { 
		display: block;
		margin: 0 18px; }
	
	
	/*** INCORRECTMATCH BUTTON STYLES ***/
	a#incorrectMatch { 
		display: inline-block;
		float: right;
		width: 242px;
		height: 57px;
		margin: -8px 0 0 0;
		background: url(../images/btn_incorrectmatch.jpg) top left no-repeat;
		border: none; }
		
		a#incorrectMatch span { display: none; }
		
	a#incorrectMatch:hover { 
		background-position: bottom left; }	
		
		
	/*** FORM ELEMENT STYLES ***/
	label {
		display: inline-block;
		font-size: 12px;
		color: #343434;
		padding-bottom: 2px; }
	
	label.block {
		display: block; }
		
	label.radio,
	label.checkbox {
		display: inline-block;
		padding: 3px 6px 3px 3px;
		color: #666; }
		
	label.suggestkpnotifyme {
		display: inline-block;
		padding: 3px 6px 3px 3px;
		color: #666; }
		
	span.required {
		color: #f32020;
		display: inline;
		padding: 2px 2px 2px 6px; 
	}
	
	small.validation { 
		display: block;
		margin: 8px 0 0 8px; 
		color: #fff; }

	form ol li.focused small.validation,
	form ul li.focused small.validation { color: #be8535; }
	
	form ol li.error small.validation,
	form ul li.error small.validation { color: #aa3434; }
	
	input,
	select,
	textarea {
		width: 98%;
		padding: 5px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		background: url(../images/input_bg.jpg) bottom left repeat-x #fff;
		
		border-top: 1px solid #7d7d7d;
		border-right: 1px solid #c4c4c4;
		border-bottom: 1px solid #dedede;
		border-left: 1px solid #c4c4c4; }
	
	
	ol.half li.half input,
	ul.half li.half input { width: 92%; }


	/*** INPUT STYLES ***/
	input.checkbox { 
		width: auto;
		margin: 0 0 0 10px;
		padding: 0;
		background-image: none;
		background: transparent;
		border: none; }
		
	
	input.first { margin: 0; }
		
	
	/*** SELECT STYLES ***/
	select { width: 99%; padding: 4px 5px; }	
		
	select.date { 
		width: auto; 
		margin: 0 5px 0 0; }	
		
		select option { padding: 0 10px 0 0; }
	
	
	/*** TEXTAREA STYLES ***/
	textarea { width: 98.5%; }	
	
	
	/*** BUTTON STYLES ***/
	button { 
		width: auto;
		padding: 0 10px; }
	
	input.button { 
		display: inline-block;
		width: 200px;
		height: 42px;
		padding: 0 0 3px 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 42px;
		color: #fff;
		cursor: pointer;
		background: url(../images/button_enabled.jpg) center left no-repeat;
		border: none; 
		vertical-align: middle;}
		
	input.buttonDisabled { 
		display: inline-block;
		width: 200px;
		height: 42px;
		padding: 0 0 3px 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 42px;
		color: #fff;
		cursor: pointer;
		background: url(../images/button_disabled.jpg) center left no-repeat;
		border: none;
		cursor: default; }
		
	input.buttonLink {
		display: inline-block;
		width: auto;
		margin: 0;
		padding: 0;
		line-height: 42px;
		text-align: right;
		text-decoration: underline;
		cursor: pointer; 
		cursor: hand; /* hack to show pointer in both IE & FF */
		border: none;
		background: none; 
		vertical-align: middle;}
	
	input.buttonLink:hover {
		color:#058fd3; }
		
		
		
	/*** SIGNUP FORM ***/
	#registrationform {
		margin:0px;
		padding:0px;
		width:921px;
		height:477px;
		background: url(../images/formbackground.jpg) bottom right no-repeat;
		margin-bottom:50px;
	}
	
	#registrationform .regformerrors{float:left;width:315px;margin-top:80px;font-size:.9em;}
	
	#registrationform h1{font-family:arial;font-size:30px;font-weight:normal;color:#666666;}
	
	#registrationform h4{font-family:arial;font-size:14px;font-weight:normal;color:#666666;margin-left:3px;}
	
	#formnotes{
		width:188px;
		height:358px;
		float:left;
		display:block;
		margin-top:85px;
		margin-left:15px;
		padding-top:15px;
		background: url(../images/sticky_blank.jpg) top left no-repeat;
		}
		
		#formnotes p.regformnote{
			color:#000;
			margin-left:23px;
			width:120px;
			padding-left:25px;
			font-size:15px;
			font-family:"Comic Sans MS","Bradley Hand ITC","Apple Chancery",cursive;
			background: url(../images/checkbox.jpg) top left no-repeat;
		}
	
	#registrationform form {
		float:left;
		width:400px;
		margin-top:40px;
		}
	
	#registrationform .regformpair{
		float:left;
		width: 190px;
		margin-left:5px;
		margin-bottom:10px;
		}
	
	#registrationform .regformterms{
		float:left;
		width:380px;
		margin-bottom:20px;
		}
		#registrationform .regformterms p{float:left;color:#777777;margin:0px;padding:0px;}
		#registrationform .regformterms p.line2{clear:both;width:100%;}
		#registrationform .regformterms a{color:#777777;text-decoration:underline;border:none;}
		#registrationform .regformterms a:hover{color:#4093d9;text-decoration:none;}
	
	#registrationform .regforminstructions{
		float:left;
		width:380px;
		margin-bottom:10px;
		}	
		
		
	#registrationform .regformbuttons{
		}
	
	#registrationform input {
		margin-left:-5px;
		width: 145px;
		float:left;
		}
	
		
	#registrationform input.checkbox {width:30px;}
	
	#registrationform button { 
		width: auto;
		padding: 0 10px; }
	
	#registrationform input.button { 
		display: inline-block;
		width: 242px;
		height: 42px;
		padding: 0 0 3px 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 42px;
		color: #fff;
		cursor: pointer;
		background: url(../images/btn_register_enabled.gif) center left no-repeat;
		border: none; 
		vertical-align: middle;}

	#registrationform input.buttonDisabled { 
		display: inline-block;
		width: 242px;
		height: 42px;
		padding: 0 0 3px 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 42px;
		color: #fff;
		cursor: pointer;
		background: url(../images/btn_register_disabled.gif) center left no-repeat;
		border: none;
		cursor: default; }
	
	
	
	/*** Account Dashboard Styles ***/
	.mykinekinfo {
		width: 100px;
		float: left; }
	
	.parcelinfo {
		width: 150px;
		float: left; }
	
	.emailinfo {
		width: 50px;
		float: left; }
	
	/*** My Profile Styles ***/
	.profilelabel {
		width: 135px; }
	
	.profiletext {
		width: 250px; }
	
	.profileselect {
		width: 260px; }
	
	.profilecheckbox {
		padding: 0px 0px 0px 0px;
		width: 15px;
		height: 15px;
		border: none; }
	
	/*** My Kinek Styles ***/
	#setdefaultkp  {
		padding: 0px 0px 0px 0px;
		width: 115px;
		height: 30px;
		font-size: 12px; }
	
	.searchButton {
		width: 34px;
		height: 31px;
		background: url(../images/button_search.jpg) top left no-repeat;
		border: none; }
		
	input.depotSearchbutton { 
		display: inline-block;
		width: 200px !important;
		height: 42px;
		padding: 0 0 3px 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 42px;
		color: #fff;
		cursor: pointer;
		background: url(../images/button_enabled.jpg) center left no-repeat;
		border: none; 
		margin-top:15px;}		
