/** Forms */
fieldset {
	border: 1px solid #AEAFB0;
}
	
fieldset.csc-mailform {
	border: none;
	width: 450px;
}

div.csc-mailform-field {
	margin: 5px 0px 5px 0px;
}

div.csc-mailform-field input{
	padding: 5px;
	border: 1px solid #424242;
}

div.csc-mailform-field textarea {
	width: 450px;
	padding: 5px;
	border: 1px solid #424242;
	margin: 5px;
}

textarea {
	padding: 5px;
	border: 1px solid #424242;
	margin: 5px;
}

input.csc-mailform-submit {
	width: 75px;
	height: 17px;
	background-image: url('../images/buttons/but_send.gif');
	background-repeat: no-repeat;
	background-position: right;
	border: none;
	float: right;
	margin-top: 15px;
}

#mailformformtype_mail {
	border: none;
	background-color: transparent;
}

input {
	border: 1px solid #424242;
	background-image: url('../images/backgrounds/bg_table_head.gif');
	background-repeat: repeat-x;
	padding: 4px;
	color: black;
	margin: 5px;
}

select {
	width: 180px;
	margin: 5px;
}

input:hover, input:focus {
	border: 1px solid #bd0926;
	color: #000000;
}

label {
	display:block;
}

div.com-chkout-address-fields dt {
	float:left;
	/** padding:5px; */
	width:30%;
}

dt.com-chkout-address-label {
	font-size: 9px;
	color: red;
}

div.com-chkout-listing-footer {
	clear:left;
	margin-top:25px;
}

span.error {
	display: block;
	color: #FF0000;
}
