/* Generic form styling */
form, fieldset { border:0; }
.message {
	border:1px solid #b3dee2;
	background:#f1fdff;
	font-size:1.1em;
	color:#333;
	padding:5px;
	margin:5px 5px 5px 0;
}
	.message.warning,
	.message.required,
	.message.bad,
	.message.validation {
		background:#ffc1c1;
		font-size:1em;
		border:1px solid #ff8b8b;
	}
	.message.good {
		background:#f5ffde;
		border:1px solid #d8ffb1;
	}
	.message.status {
		background:#fff6e0;
		border:1px solid #ffe197;
		color:#555;
		width:23em;
		font-size:1.1em;
		font-weight:bold;
	}
	
	a.lostPassword {
		font-weight:bold;
		line-height:3em;
		font-size:1.1em;
		color:#666;
		text-decoration:underline;
	}
		a.lostPassword:hover {
			text-decoration:none;
		}

/* Search form styling */
#Search_Form_SearchForm {
	float:right;
	width:178px;
	padding-left:35px;
	height:19px;
	padding-top:8px;
	background:url(../images/search_bg.gif) no-repeat bottom right;
}
	#Search_Form_SearchForm div {
		width:135px;
		float:left;
	}
		#Search_Form_SearchForm div input.text {
			width:135px;
			font-size:1.1em;
			background:#fff;
			height:1.1em;
			font-style:italic;
			border:0;
		}
		#Search_Form_SearchForm input.action {
			background:url(../images/searchAction_bg.gif) no-repeat center center;
			padding-top:10px;
			overflow:hidden;
			cursor:pointer;
			height:11px;
			width:35px;
			border:0;
		}
		
/* Product options form styling */
#options {
	margin-top:10px;
}
	#options fieldset {
		margin-bottom:5px;
	}
	#options #Quantity {
		width:30px;
		margin-left:5px;
	}
	#options #QuantityField {
		background:url(../../assets/Homepage/addToCart.gif) no-repeat center center;
		height:33px;
		padding-top:35px;
		width:69px;
		overflow:hidden;
		cursor:pointer;
		border:0;
	}
	#options #BuyNowField {
		background:url(../../assets/Homepage/buyNow.gif) no-repeat center center;
		height:33px;
		padding-top:35px;
		width:69px;
		overflow:hidden;
		cursor:pointer;
		border:0;
	}
		
/* Generic form styling */
#RightContent form div {
	margin-bottom:10px;
}
	#RightContent form h3 {
		font-size:1.4em;
		font-weight:bold;
		color:#801D28;
		line-height:2em;
		width:80%;
		margin:1em 0;
		border-bottom:1px solid #ccc;
	}
	#RightContent form h2.pageTitle {
		font-size:1.6em;
		font-weight:bold;
		color:#801D28;
		line-height:2em;
		width:80%;
		margin:1em 0;
		border-bottom:1px solid #ccc;
	}		
	#RightContent form p {
		font-size:1.2em;
		line-height:2em;
	}
	#RightContent form label.right {
		font-size:1em;
	}
	#RightContent form #UseShippingAddress {
		margin-bottom:10px;
		margin-top:5px;
	}
	#RightContent form #Amount {
		font-weight:bold;
	}
		#RightContent form #Amount span.readonly {
			font-size:1.2em;
		}
	#RightContent form label,
	#RightContent form select {
		font-size:1.2em;
	}
	#RightContent form a {
		color:#801D28;
		text-decoration:underline;
	}
		#RightContent form a:hover {
			color:#d8001d;
			text-decoration:none;
		}
	
	#RightContent form label.left {
		float:left;
		width:150px;
		font-weight:bold;
	}
	#RightContent form input.text,
	#RightContent form select {
		width:250px;
		font-size:1.2em;
	}
	#RightContent form input.maxlength {
		width:inherit;
	}
	#RightContent form#OrderForm_OrderForm input.nolabel {
		margin-left:150px;
	}
	#RightContent form div.readonly {
		padding:1em;
		font-size:1.2em;
		width:35%;
		border:1px solid #ddd;
		background:#f9f9f9;
	}
	#RightContent form #Payment {
		width:290px;
	}	
		#RightContent #Payment label.left {
			float:none;
			display:none;
			color:#006e7f;
			font-weight:bold;
			margin-bottom:10px;
		}
		 #RightContent #Payment input {
			margin-top:5px;
			width:30px;
			font-size:1.2em;
		}
			#RightContent #Payment input.text {
				width:145px;
			}
			#RightContent #Payment input.text.maxlength {
				width:30px !important;
			}
	#RightContent form p.Actions input {
		font-weight:bold;
		padding:3px 0;
	}


