input,select,textarea {
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
}
/**
 * input:hover,select:hover,textarea:hover,
 */
input:focus,select:focus,textarea:focus
{
	border: 1px solid #555;
	background-color: #fafafa;
}

input.largeButton {
	border: 1px solid #750225;
	padding: 5px;
	font-size: 120%;
	background-color: #750225;
	color:#fff;
	font-weight:bold;
}

input.largeButton.right {
	float: right;
	margin-left: 4px;
}

input.largeButton:hover {
	background-color: #750225;
	color:#fff;
	cursor: pointer;
	_cursor: hand;
}

input.large {
	padding: 5px;
	font-size: 120%;
}

input.error,
textarea.error,
select.error {
	border: 1px dotted #7c0041;
	color: #6a6c63;
	background-color: #f8ecf1;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: right center;
}

form {
	margin: 0;
	padding: 0;
}

form dl dt {
	font-weight: bold;
}

form dl,form  dl dd {
	margin: 0;
	padding: 0;
}

form fieldset {
	margin: 10px 0 21px 0;
	padding: 16px;
	border:none;
	border-top: 1px solid #750225;
	background-color: #fff;
}

form fieldset.submit {
	padding: 0;
	border: none;
	background: transparent;
}

form fieldset legend {
	background: #fff;
	padding: 3px 6px;
	margin: 0 0 0 -5px;
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#750225;
}

form fieldset label {
	line-height: 20px;
}

form fieldset p {
	margin: 3px 0 7px 0;
	padding: 0;
}

form fieldset p:last-child {
	margin-bottom: 0;
}

form input.text,form input.password,form textarea{
	padding: 3px;
}

form input.text,form input.password {
	width: 350px;
}

form select {
	width: 358px;
}

form input.text.zipCode {
	margin: 0 5px 0 0;
	width: 53px;
}

form  input.text.city {
	margin: 0;
	width: 280px;
}

form textarea {
	width: 520px;
	height: 200px;
}

.addMultipleProductsToShoppingCart{
	background-color: #f0edde;
}