/*---------------------------------------------
Form

Author: Organismo.se
Date: 2007-08-02
-----------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	background: #f8f8f8;
	border: 1px solid #CCC;
}

* html fieldset {
	position: relative;
	margin-top: 2em;
	padding-top: 2em;
}

* fieldset p {
	position: relative;
	margin: 0.6em 0;
}

legend {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

* html legend {
	position: absolute;
	top: -.75em;
	left: .5em;
}

label {
	position: relative;
	float: left;
	width: 14em;
}

fieldset input {
	width: 200px;
}

input.submit {
	width: auto;
}

input:focus, select:focus {
	background: #ffc;
}

input[type="text"] {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	borderbottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input#user_postcode {
	width: 5em;
}

input#user_city {
	width: 12.25em;
}

* html input#user_city {
	width: 9.7em;
}
#user_city_label {
	text-indent: -1000em;
	width: 0;
}

form p {
	position: relative;
}

.feedback_neg {
	position: absolute;
	margin-left: 15em;
	left: 200px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 22px;
	background: url(../sidbilder/feedback_neg.gif) no-repeat left top;
	width: 19em;
}

.feedback_pos {
	position: absolute;
	margin-left: 15em;
	left: 200px;
	font-weight: normal;
	color: #FF0000;
	padding-left: 22px;
	background: url(../sidbilder/feedback_pos.gif) no-repeat left top;
}

label em {
	position: absolute;
	margin-left: 6em;
	top: 2.4em;
	font-weight: normal;
	width: 200px;
}

.gray_button {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.form_mellanrum {
	margin-bottom: 3em;
}
