/*------| Edit Address Book |--------------*/
.ncform2  {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	float:left;
	clear:both;
	width:100%;
	}

	.ncform2 fieldset{
		margin: 0;
		padding: 0;
		float:left;
		clear:both;
		width:100%;
		}

	.ncform2 em {
		font-weight: bold;
		font-style: normal;
		color: #f00;
		}
	

	.ncform2 legend {
		padding-left: 0; 
		color: #333;
		padding: 0 2px;
		font-weight: bold;
		_margin:0 -7px; /* IE Win */
		}
	
	.ncform2 button{
		width:70px;
		float:left;
		padding:0; 
		margin:0; 
		}
	
	.ncform2 div label {
		width:130px; 
		float:left; 
		padding:0; 
		margin:0; 
		text-align:right; 
		margin-right:15px;  
		color: #333;
	} 
	
		.ncform2 fieldset div input{
			width:200px;
			float:left;
			padding:0;
			margin:0;
			border:1px solid #7F9DB9;
			background:none;
			position:relative;
		}

			.ncform2 fieldset div input.error{
				width:200px;
				float:left;
				padding:0;
				margin:0;
				border:1px solid #7F9DB9;
				background-image:url(../images/required.gif);
				background-repeat:no-repeat;
				position:relative;
			}

		.ncform2 textarea.error, .ncform2 select.error, .ncform2 input.ajax_error{
			background-color:#FFCCCC;
		}

	.ncform2 select{
		width:200px;
		float:left;
		padding:0;
		margin:0;
	}

		.ncform2 select#card_month{
			width:120px;
			float:left;
			padding:0;
			margin:0px 5px 0px 0px;
		}

		.ncform2 select#card_year{
			width:70px;
			float:left;
			padding:0;
			margin:0;
		}

		.ncform2 button.inputSubmit{
				color:#ffffff;
				border:0px;
				background:url(../images/buttons/save_btn.png) no-repeat;
				margin: 0px 0px -5px -5px;
				padding: 0px 0px 8px 5px;
				width:56px;
				height:24px;
				cursor:pointer;
		}

		.ncform2 input.button{
				color:#ffffff;
				border:0px;
				background:url(../images/buttons/submit-order-btn.png) no-repeat;
				margin: 0px 0px -5px -5px;
				padding: 0px 0px 8px 5px;
				width:112px;
				height:24px;
				cursor:pointer;
		}

		.ncform2 button#sub_address{
				color:#ffffff;
				border:0px;
				background:url(../images/buttons/send_btn.png) no-repeat;
				margin: 0px 0px -5px -5px;
				padding: 0px 0px 8px 5px;
				width:48px;
				height:24px;
				cursor:pointer;
		}
		
#headerSearch{
	float: left;
	width: 410px;
	margin: 0 0 0.7em 0;
}

#headerSearch p{margin-left: 2px;}


	#headerSearch label{
		color: #000000;
		display: block;
		font-family:"Courier New",Courier,mono;
		font-weight: bold;
		margin: 0.4em 0 0.1em 0;
		font-size: 1.3em;
	}
	
	#headerSearch #search{
		width: 335px;
		display: inline;
	}
	
	#headerSearch #searchBtn{
		color: #ffffff;
		border: 0px;
		background: url(/images/searchBtn.png) no-repeat;
		margin: 0 0 -0.1em 0;
		#margin-left: 0.4em;
		padding: 0;
		width: 52px;
		height: 22px;
		cursor: pointer;
		text-indent: -999em;			
	}

#signupNewsletter label{
	display: block;
	font-weight: normal;
	margin: 0.2em 0;
	text-transform: none;
	font-size: 1.0em;
	color: black;
}

#signupBtn{
		color: #ffffff;
		border: 0px;
		background:url(/images/buttons/signupBtn.gif) no-repeat 0px 3px;
		margin: 0 0 -0.1em 0;
		padding: 0;
		width: 60px;
		height: 24px;
		cursor: pointer;
		text-indent: -999em;	

}

.payment_method_radios table {
	width: 630px; /*505px*/
	margin-left: 10px;
}
.payment_method_radios table td {
	text-align: center;
	width: 25%;
}
.payment_method_radios label {
	width: 70px!important;
	margin: 0 5px 0 0!important;
	font-size: 11px;
	text-align:center !important;
}
.required {
	color:#FF0000;
}

input#card_csc{
	margin-right:5px;
}

fieldset.payment_method_radios input {
	width:60px !important; /*15px!important*/
	/*margin-right:5px;*/
	border:none!important;
	clear:both;
	float:left;
	text-align:center;
}
fieldset.payment_method_radios input {
	*margin-top: -4px;
}

.comment small{
    width:230px;
    float:left;
    font-size:10px;
    text-align:right;
}
.ncform li.comment{
    margin-top:0px;
}

/*------| Checkout Payment |--------------*/
form.ncform-co  {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	float:left;
	clear:both;
	width:100%;
	margin: 0;
	padding: 0;
	}
	
form.ncform-co fieldset ol {
	margin: 0;
	padding: 0;
	float:left;
	clear:both;
	width:100%;
	}
	
form.ncform-co fieldset ol li {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	padding:0;
	margin:3px 0px;
	width:100%;
	}

form.ncform-co em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
	
.required {
	color:#FF0000;
}
.note {
	color:#FF0000;
	font-size:x-small;
	margin-left:145px;
}
form.ncform-co legend {
	padding-left: 0; 
	color: #333;
	padding: 0 2px;
	font-weight: bold;
	}

form.ncform-co fieldset {
	border: none;
	border: 1px solid #999;
	padding: 0;
	margin: 0px 0px 10px 0px;
	float:left;
	width:100%;
	}
	
form.ncform-co button{
	width:70px;
	float:left;
	padding:0; 
	margin:0; 
	}
	
form.ncform-co fieldset ol li label {
	width:130px; 
	float:left; 
	padding:0; 
	margin:0; 
	text-align:right; 
	margin-right:15px;  
	color: #333;
} 
	
form.ncform-co fieldset ol li input{
	width:200px;
	float:left;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background:none;
}

form.ncform-co fieldset ol li input.error{
	width:200px;
	float:left;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background-image:url(../images/required.gif);
	background-repeat:no-repeat;
}

form.ncform-co textarea.error{
	background-color:#FFCCCC;
}

form.ncform-co fieldset ol li select{
	width:100px;
	float:left;
	padding:0;
	margin:0;
} 

form.ncform-co fieldset ol li select#shipping_method{
	width:200px;
	float:left;
	padding:0;
	margin:0;
}

form.ncform-co fieldset ol li select#card_month{
	width:127px;
	float:left;
	padding:0;
	margin:0px 5px 0px 0px;
}

form.ncform-co fieldset ol li select#card_year{
	width:70px;
	float:left;
	padding:0;
	margin:0;
}

form.ncform-co button.inputSubmit{
		color:#ffffff;
		border:0px;
		background:url(../images/buttons/save_btn.png) no-repeat;
		margin: 0px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:56px;
		height:24px;
		cursor:pointer;
}

form.ncform-co button#sub_addres{
		color:#ffffff;
		border:0px;
		background:url(../images/buttons/send_btn.png) no-repeat;
		margin: 0px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:48px;
		height:24px;
		cursor:pointer;
}

.note1{
	float:right;
	margin-right:410px;
}

/*------| Edit Address Book |--------------*/
.ncform  {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	float:left;
	clear:both;
	width:100%;
	position:relative;
	}
.ncform fieldset ol {
	margin: 0;
	padding: 0;
	float:left;
	clear:both;
	width:100%;
	}
	
.ncform fieldset li {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	padding:0;
	margin:5px 0px;
	width:100%;
	}

.ncform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
	
.required {
	color:#FF0000;
}

.ncform legend {
	padding-left: 0; 
	color: #333;
	padding: 0 2px;
	font-weight: bold;
	_margin:0 -7px; /* IE Win */
	}

.ncform fieldset {
	border: none;
	/*border: 1px solid #999;*/
	margin-bottom: 10px;
	float:left;
	}
	
.ncform button{
	width:70px;
	float:left;
	padding:0; 
	margin:0; 
	}
	
.ncform label {
	width:130px; 
	float:left; 
	padding:0; 
	margin:0; 
	text-align:right; 
	margin-right:15px;  
	color: #333;
} 
	
.ncform fieldset ol li input{
	width:255px;
	float:left;
	padding:0;
	margin:0;
	border:1px solid #777;
	background:none;
	position:relative;
}

.ncform fieldset ol li input.error{
	width:255px;
	float:left;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background-image:url(../images/required.gif);
	background-repeat:no-repeat;
	position:relative;
}

.ncform textarea.error, .ncform select.error{
	background-color:#FFCCCC;
}

.ncform select{
	width:257px;
	float:left;
	padding:0;
	margin:0;
}

.ncform select#card_month{
	width:120px;
	float:left;
	padding:0;
	margin:0;
}

.ncform select#card_year{
	width:70px;
	float:left;
	padding:0;
	margin:0;
}



.ncform button.inputSubmit{
		color:#ffffff;
		border:0px;
		background:url(../images/buttons/save_btn.png) no-repeat;
		margin: 0px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:56px;
		height:24px;
		cursor:pointer;
}

.ncform input.button{
		color:#ffffff;
		border:0px;
		background:url(../images/buttons/submit-order-btn.png) no-repeat;
		margin: 0px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:112px;
		height:24px;
		cursor:pointer;
}

.ncform button#sub_address{
		color:#ffffff;
		border:0px;
		background:url(../images/buttons/send_btn.png) no-repeat;
		margin: 0px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:48px;
		height:24px;
		cursor:pointer;
}

#new-addressbilling fieldset ol li label, #new-addressshipping fieldset ol li label{
	font-size:0.9em;
}

label.billing{
	width:100%;
	margin:5px 0px 0px 0px;
	text-align:left;
}

li#el_receive_news_special_offers label,
li#el_receive_product_reviews label,
li#el_receive_new_products label{
	width:200px;
	float:left;
	text-align:left;
	margin-left:165px;
}

li#el_receive_news_special_offers input,
li#el_receive_product_reviews input,
li#el_receive_new_products input{
	width:15px;
	border:none;
	margin-left:-235px;
	float:left;
}

li#el_perform_verification label,
li#el_keep_me_updated label{
	width:250px;
	margin-left:145px;
	float:left;
	text-align:left;
}

li#el_perform_verification label input,
li#el_keep_me_updated label input{
	width:15px;
	margin-right:5px;
	border:none;
}

/*------| Create account form |--------------*/
form.ncform2  {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	}
form.ncform2 fieldset ol {
	margin: 0;
	padding: 0;
	float:left;
	clear:both;
	}
	
form.ncform2 fieldset li {
	list-style: none;
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	padding:0;
	margin:3px 0px;
	width:100%;
	}

form.ncform2 em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
	
.required {
	color:#FF0000;
}

form.ncform2 legend {
	padding-left: 0; 
	color: #333;
	padding: 0 2px;
	font-weight: bold;
	_margin:0 -7px; /* IE Win */
	}

form.ncform2 fieldset {
	border: none;
	border: 1px solid #999;
	margin-bottom: 10px;
	float:left;
	}
	
form.ncform2 fieldset.button-field2{
	margin:0px;
	text-align:right;
	border: none;
	width:417px;
	padding:0;
	}
	
form.ncform2 fieldset.button-field{
	border: none;
	margin-bottom: 10px;
	}
/*\*//*/ form.ncform2 legend { display: inline-block; } /* IE Mac legend fix */


form.ncform2 label {
	width:130px; 
	float:left; 
	padding:0; 
	margin:0; 
	text-align:right; 
	margin-right:15px;  
	color: #333;
} 

form.ncform2 fieldset ol li#el_receive_newsletters label{
	width:200px;
	margin-left:145px;
	float:left;
	text-align:left;
}

form.ncform2 fieldset ol li#el_receive_newsletters label input{
	width:15px;
	margin-right:5px;
	border:none;
}

	
form.ncform2 fieldset ol li input{
	width:255px;
	float:left;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background:none;
	position:relative;
}

form.ncform2 fieldset ol li input.error{
		background-image:url(../images/required.gif);
		background-repeat:no-repeat;
}

form.ncform2 select{
	width:257px;
	float:left;
	padding:0;
	margin:0;
}

form.ncform2 fieldset div {
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	padding:0;
	margin:3px 0px;
	width:100%;
	}
	
form.ncform2 button#change_password{
		color:#ffffff;
		border:0px;
		background:url(../images/buttons/change_pwd_btn.png) no-repeat;
		margin: 0px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:150px;
		height:24px;
		cursor:pointer;
}

form.ncform2 button#submit-button{
		color:#ffffff;
		border:0px;
		background:url(../images/buttons/update_acc_btn.png) no-repeat;
		margin: 0px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:127px;
		height:24px;
		cursor:pointer;
}

form.ncform2 button#submitbutton{
		color:#ffffff;
		border:0px;
		background:url(../images/pooldawg09_updatecart.png) no-repeat;
		padding: 0px 0px 8px 5px;
		width:110px;
		height:24px;
		cursor:pointer;
}

form.ncform2 button#submitbuttonupdate{
		color:#ffffff;
		border:0px;
		background:url(../images/pooldawg09_createaccount.png) no-repeat;
		padding: 0px 0px 8px 5px;
		width:110px;
		height:24px;
		cursor:pointer;
}

form.ncform2 button#submitentry{
		color:#ffffff;
		border:0px;
		background:url(../images/pooldawg09_submitentry.png) no-repeat;
		padding: 0px 0px 8px 5px;
		width:110px;
		height:24px;
		cursor:pointer;
}

/*-----|Contact us|---------------------------------*/
form.objForm{
	width: 100%;
	font-size: 1.1em;
	color: #333;
	}
	
form.objForm legend {
	padding-left: 0; 
	color: #333;
	padding: 0 2px;
	font-weight: bold;
	margin:0 7px;
	_margin:0 0px; /* IE Win */
	}

form.objForm fieldset {
	width:100%;
	border: none;
	border: 1px solid #999;
	margin:5px 0;
	padding:5px 0;
	float:left;
	}
	
form.objForm label {
	width:130px; 
	float:left; 
	padding:0; 
	margin:0; 
	text-align:right; 
	margin-right:15px;  
	color: #333;
} 
	
form.objForm fieldset div {
	padding: 0;
	margin: 3px 0;
	float:left;
	clear:both;
	padding:0;
	width:100%;
}
	
	
	form.objForm fieldset div input{
		width:255px;
		float:left;
		padding:0;
		margin:0;
		border:1px solid #7F9DB9;
		} 
		
	form.objForm fieldset div.required input{
		width:255px;
		float:left;
		padding:0;
		margin:0;
		border:1px solid #7F9DB9;
		}
	
	
	form.objForm fieldset div.required input.error{
		background-image:url(../images/required.gif);
		background-repeat:no-repeat;
	}
	
	
	
/*----|Check out address|------------------------------------*/	
form.objForm div.form ul{
		list-style:none;
		padding:0; 
		margin:0;
		float:left;
		width:100%;
		clear:both;
	}
	
	form.objForm div.form ul li{
		list-style:none;
		padding:0; 
		margin:3px 2px;
		float:left;
		width:100%;
		clear:both;
	}

form.objForm div.form ul li label {
	width:130px; 
	float:left; 
	padding:0; 
	margin:0; 
	text-align:right; 
	margin-right:10px;  
	color: #333;
} 
	
form.objForm div.form ul li input{
	float:left;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background:none;
	float:left;
	width:255px;
}

form.objForm div.form ul li input.error{
		background-image:url(../images/required.gif);
		background-repeat:no-repeat;
}

form.objForm div.form ul li select{
	width:257px;
	float:left;
	padding:0;
	margin:0;
}	
	
	input.error{
		background-image:url(../images/required.gif);
		background-repeat:no-repeat;
	}

form.objForm fieldset div textarea{
	width:255px;
	float:left;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background:none;
}



/*---| Login Form |----------------------------------*/

form#login input#email, form#login input#password {
	width:180px;
}
	
	
	
	

form#search-bar{
	float:right;
	clear:right;
	width:604px;
	height:24px;
	background:#000000 url(/images/header/search-bg.png) no-repeat;
	margin-top:11px;
}

	form#search-bar p{
		color:#ffffff;
		font-family:"Courier New", Courier, mono;
		font-size:1.3em;
		text-align:center;
		height:24px;
		font-weight:bold;
	}
	
	form#search-bar button{
		color:#ffffff;
		border:0px;
		background:url(/images/header/search-btn.png) no-repeat 0px 3px;
		width:62px;
		height:22px;
		cursor:pointer;
		padding-top:1px;
	}
	
	form#search-bar input{
		font-size:0.7em;
		width:137px;
		height:1.05em;
		
	}

form#search-library{
	width:100%;
	height:22px;
	background-color:#333333;
	margin:4px 0px 4px 0px;
	padding:3px 0px 0px 0px;
	text-align:center;
	float:left;
	clear:both;
}

	form#search-library label{
		color:#CCCCCC;
		font-family:"Courier New", Courier, mono;
		font-size:1em;
		text-align:center;
}

	form#search-library select{
		font-size:0.8em;
		width:222px;
		height:1.6em;
	}

	form#search-library button{
		color:#ffffff;
		border:0px;
		background:url(../images/header/go-btn.png) no-repeat 0px;
		width:34px;
		height:19px;
		cursor:pointer;
		padding-bottom:3px;
		margin:0px 0px 0px 3px;
	}
	.orderingOptions {
		width: 100%;
		float: left;
		*padding-bottom: 15px;
	}
	p.bml  {
		text-align: center;
	}
	
	p.bml a {
		border:0;
	}

	form#options{
		float:left;
		clear:both;
		width:100%;
		margin-bottom:10px;
		/*margin-top: -64px; */
		/* margin-top: -3px; */
	}
	
	form#options p{
		float:left;
		clear:both;
		width:100%;
		margin:3px 0px;
		padding:0px;
	}
	
	form#options p label{
			float:left;
			text-align:center;
			padding:0px;
			margin:0px 5px 0px 0px;
			width:105px;
			text-align:right;
			font-size: 11px;
		}
		
		form#options p label.padded-down{
			float:left;
			text-align:center;
			padding:0px;
			margin:0px 5px 10px 0px;
			width:150px;
			text-align:right;
		}
	
		form#options p select{
			float:left;
			font-size:1em;
			width:180px;
			z-index: 1;
		}
		
		form#options p input{
			float:left;
			width:40px;
			height:1.4em;
			font-size:0.9em;
		}
	
		form#options p button{
			float:left;
			color:#ffffff;
			border:0px;
			background:url(/images/buttons/add-to-cart.png) no-repeat 0px;
			width:106px;
			height:24px;
			cursor:pointer;
			padding-bottom:6px;
			text-align:center;
			text-indent:6px;
			font-size:0.9em;
			margin:0px 0px 10px 10px;
		}
	
/*----|Cart |----------------------------*/

form#cart{
	width: 100%;
	font-size: 1.1em;
	color: #333;
	float:left;
	clear:both;
	width:100%;

}

form#cart fieldset{
	border: none;
	border: 1px solid #999;
	margin: 10px 0px 10px 0px;
	padding:0px 5px;
	float:left;
	width:420px;
	clear:both;
}

form#cart fieldset ol {
	margin: 0;
	padding: 0;
	float:left;
	clear:both;
	width:100%;
	}
	
form#cart fieldset ol li {
	list-style: none;
	padding: 3px 0px;
	margin: 0;
	float:left;
	clear:both;
	width:100%;
	}

form#cart em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form#cart label{
	width:130px; 
	float:left; 
	padding:0; 
	margin:0; 
	text-align:right; 
	margin-right:15px;  
	color: #333;
}

form#cart legend{
	padding-left: 0; 
	color: #333;
	padding: 0 2px;
	font-weight: bold;
	_margin:0 -7px;
}

form#cart input#zip{
	width:200px;
	float:left;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background:none;
}

form#cart select#country_id{
	width:202px;
	float:left;
	padding:0;
	margin:0;
}

form#cart p.discount_code{
	border-top: 1px solid #999;
	border-bottom:1px solid #999;
	float:left;
	width:100%;
	clear:both;
	padding:3px 0px;
	margin:10px 0px;
	text-align:center;
}

input#discount_code{
	width:150px;
	padding:0;
	margin:0;
	border:1px solid #7F9DB9;
	background:none;
	}

form#cart table.cart tbody tr td.productName p.variation a{
	padding:0;
	margin:0;
	line-height:1.1em;
}
.cartBanner {
	clear: both;
	float: left;
	display: block;
}
form#cart p.right{
	float:left;
	width:100%;
	clear:both;
	text-align:right;
}

form#checkout-address-form input.radioinput{
	float:left;
	width:20px;
	padding:0;
	margin:3px 0px;
}
#shipping_submit{
		color:#ffffff;
		border:0px;
		background:url(/images/buttons/get-est-btn.gif) no-repeat 0px 3px;
		width:94px;
		height:26px;
		cursor:pointer;
		padding:0px 0px 4px 0px;
		text-indent:3px;
		float:left;
		clear:both;
		margin:-15px 0px 0px 145px;
	}
	
input#add_to_cart{
	/*width:106px!important;
	height:24px!important;*/
	padding:0;
	margin:0;
}
	
button#next-btn{
		color:#ffffff;
		border:0px;
		background:url(/images/pooldawg09_next.png) no-repeat 0px 3px;
		width:163px;
		height:35px;
		cursor:pointer;
		padding-top:1px;
		float:right;
		padding:0px 0px 3px 0px;
		margin:0px 0px 0px 100px;
		}
		
button#submit-order-btn{
		color:#ffffff;
		border:0px;
		background:url('../images/pooldawg09_submitorder.png') no-repeat;
		width:163px;
		height:33px;
		cursor:pointer;
		padding:0px 0px 3px 0px;
		margin:0px;
	}

button.back-shopping-btn{
		color:#ffffff;
		border:0px;
		background:url(/images/buttons/back-shopping-btn.gif) no-repeat 0px 3px;
		width:132px;
		height:26px;
		cursor:pointer;
		padding:0px 0px 3px 0px;
		margin:0px;
		text-indent:3px;
		float:left;
	}
	
button#send{
		color:#ffffff;
		border:0px;
		background:url(/images/pooldawg09_send.png) no-repeat 0px 3px;
		/*background:url(/images/buttons/submit-order-btn.png) no-repeat 0px 3px;*/
		width:112px;
		height:26px;
		cursor:pointer;
		padding:0px 0px 3px 0px;
		margin:0px;
	}
	
input.update-btn{
		color:#ffffff;
		border:0px;
		background:url(/images/buttons/update-btn.gif) no-repeat 0px 3px;
		width:90px;
		height:26px;
		cursor:pointer;
		padding:0px 0px 3px 0px;
		margin:0px;
		text-indent:3px;
	}
	
input#submit-gift-certificates{
		color:#ffffff;
		border:0px;
		background:url(/images/pooldawg09_updatecart.png) no-repeat 0px 0px;
		width:110px;
		height:26px;
		cursor:pointer;
		padding:0px 0px 3px 0px;
		margin:0px;
		margin-left: 5px;
		text-indent:-999px;
	}
	
input.checkout-btn{
		color:#ffffff;
		border:0px;
		background:url(/images/buttons/checkout-btn.gif) no-repeat 0px 3px;
		width:83px;
		height:26px;
		cursor:pointer;
		padding:0px 0px 3px 0px;
		margin:0px;
		text-indent:3px;
	}


/*----| Login Form |--------------------------------------------------------*/
form#login button.login{
		color:#ffffff;
		border:0px;
		background:url(../images/pooldawg09_login.png) no-repeat;
		margin: 5px 0px -5px -5px;
		padding: 0px 0px 8px 5px;
		width:110px;
		height:22px;
		cursor:pointer;
}

form#forgotPassword button.submit{
		color:#ffffff;
		border:0px;
		background:url(../images/pooldawg09_submit.png) no-repeat;
		margin:0px 0px 1px 0px;
		padding:0px 0px 0px 5px;
		width:110px;
		height:28px;
		cursor:pointer;
}

/*-----------| Bill Me Later ---------------------------------*/

#Bill_me_later select
{
	width:67px;
}
#Bill_me_later input.checkbox
{
	width:13px;
}
#el_Bill_me_lateragree_to_terms_electronically label, #el_Bill_me_lateragree_to_terms label {
	width:300px;
}

#bml_use_promotion_el label {
	width:280px !important;
}

#Bill_me_later  iframe{
	width:420px;
}
#el_Bill_me_latercustomer_ssn label{
	width:260px;
}
#Bill_me_latercustomer_ssn{
	width:100px;
}
#bml_use_promotion_el label
{
	color:#FF0000;
	font-weight:bold;
	
}
#shipping_method{width:270px !important!;}



/* Credit Card select override */

form.ncform2 select#Credit_cardexpiry_month { width:127px; margin-right:10px; }

form.ncform2 select#Credit_cardexpiry_year { width:67px; }

