/* Default Form Styling */
input,
select,
optgroup,
option,
legend,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606467;
}

label { cursor: pointer; }

div.input,
div.file,
div.checkbox { 
	margin-bottom: 12px;
	clear: both;
}

div.checkbox { padding-left: 150px; }

div.input label,
div.file label,
span.label {
	width: 150px;
	margin-top: 6px;
	float: left;
}

/* Regular Form fields */
div.input select,
div.input input,
div.input textarea {
	width: 250px;
	padding: 5px;
	border: 1px dashed #606467;
	background-color: #DEDEDE;
}

div.input select { width: 262px; }

div.input select:focus,
div.input input:focus,
div.input textarea:focus {
	background-color: #F2F2F2;
}

div.input textarea { height: 100px; }

/*div.submit input {
	padding: 5px;
	border: 1px dashed #606467;
	background-color: #DEDEDE;
}*/

/* Validation */
div.validation-advice {
	width: 400px;
	padding: 5px;
	border: 2px solid #9B0303;
	background-color: #FFFFFF;
}

/* Merchant Search */
div#merchant_search_wrapper {
	height: 30px;
	padding-top: 6px;
	background-color: #D2D2D2;
	position: relative;
}

form#merchant_search {
	width: 355px;
	padding: 0px;
	right: 0px;
	display: block;
	position: absolute;
}

form#merchant_search * { border: 0px; position: absolute; }
form#merchant_search div { position: relative; }

label#merchant_country_label { top: 7px; }
label#merchant_country_label img { cursor: pointer; }

input#merchant_country {
	width: 50px;
	left: 129px;
	padding: 4px 0px 3px 22px;
	background-image: url(../files/arrow_down.png);
	background-position: 8px 9px;
	background-repeat: no-repeat;
}

input#merchant_zip {
	width: 75px;
	left: 202px;
	padding: 4px 0px 3px 11px;
}

input#merchant_submit { left: 289px; }

/* Country Dropdown for merchant search */
ul#country_dropdown {
	width: 160px;
	top: 30px;
	left: 129px;
	font-size: 12px;
	color: #606467;
	background-color: #D2D2D2;
	list-style: none;
}

ul#country_dropdown li {
	margin: 3px 0px;
	padding: 0px 14px 0px 8px;
	cursor: pointer;
	position: static;
}
ul#country_dropdown li:hover { background-color: #FFFFFF; }

form#search {
	position: absolute;
	left: 790px;
	top: 8px;
	z-index: 100;
}
