/******************************************

	NORDWAY STORE
	- form.css

	Author: Christopher Svensson, 2008
	E-mail: christopher@bai.se

******************************************/

input { 
	text-align: center;
	padding: 2px;
}

select {
	padding: 0;
}

textarea { overflow: auto }

.text {
	width: 180px;
	background: #fff;
	text-align: left;
	border: 1px solid #bbb;
	padding: 3px;
}

table .left {
	padding-top: 5px;
	vertical-align: top;
	text-align: right;
	color: #444;
}

label.error {
	float: left;
}

/*
form .info, 
form .error {
	float: left;
	padding: 4px;
	padding-left: 12px;
	color: #fff;
}

form .info { background: url(../img/backgrounds/input-help.gif) no-repeat center left }
form .error { background: url(../img/backgrounds/input-error.gif) no-repeat center left }*/

#search {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 4px;
	width: 160px;
	color: #111;
}

#contact { margin-right: 20px }

	#contact input,
	#contact textarea { width: 300px }

	#contact .submit { text-align: right }
	
		#contact .submit input { width: auto }