/* ---------- FORMS ----------- */
label.first { float: none; clear: both;}
.tx-comments-comment-form label.long {
	float: none;
	display: inline;
}
.csc-mailform-field {
	clear: both;
}
label.csc-form-label, .csc-mailform label {
	float: left; width: 120px;
	font-size: 0.9em;
}
td.label {
	width: 125px;
}
option { 
	background-image:url(../img/dropdown_bg.gif); background-attachment:fixed; color:black;
	padding-left: 21px; line-height: 13px; height: 13px;font-size: 9px;
}
option:hover {
	background-image:url(../img/dropdown_hover2.png); color:white!important
}
select { 
	background-image:url(../img/mac_select_bg.png); font-size:11px;
	border: 1px solid #c3c3c3!important;
}
textarea, input[type="text"], input[type="password"] {
	border-width: 4px; padding-left: 2px; -moz-border-radius: 3px;
	-moz-border-top-colors: white white #7C7C7C #C3C3C3;
	-moz-border-right-colors: white white #C3C3C3 #F0F0F0;
	-moz-border-bottom-colors: white white #DDDDDD #FEFEFE;
	-moz-border-left-colors: white white #C3C3C3 #F4F4F4;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus { border-color:#BCD4EC; 
	-moz-border-top-colors: #DDE9F4 #BCD4EC #9ABEE1 #7F97AE;
	-moz-border-right-colors: #DDE9F4 #BCD4EC #9ABEE1 #A0B8D0;
	-moz-border-bottom-colors: #DDE9F4 #BCD4EC #9ABEE1 #ACC4DC;
	-moz-border-left-colors: #DDE9F4 #BCD4EC #9ABEE1 #A0B8D0;
}

input[type="submit"], input.button, p.return a, a.button, a.backlink {
	border:none;
	background: url(../img/buttons/buttons_s.png) no-repeat;
	background-position: center top;
	cursor: pointer;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	width: 60px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
input[type="submit"]:hover, input.button:hover	{
	background-position: center -15px;
}
input[type="submit"]:active, input.button:active{
	background-position: center -30px;
}
input[type="submit"]::-moz-focus-inner	{ 
	 border: none; /* Tar bort dom prickade linjerna när man klickar, funkar bara i Gecko */
}
fieldset.radio {
	clear: both;
}
fieldset.radio label {
	width: auto;
	float: none;
}
fieldset.radio fieldset {
	border: none; margin: 0; padding: 0;
}
div.long_labels label {
	width: 240px;
}
input.valid {
	background:url(../img/input_bg.png) right -5px no-repeat #97FEAA;
	color: black;
}
input.invalid {
	background:url(../img/input_bg.png) right -31px no-repeat #97FEAA;
	color: black;
}
input.valid:focus {
	background-position: right -57px;
	background-color: white;
}
input.invalid:focus {
	background-position: right -83px;
	background-color: white;
}
input.disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity = 60);
}
form#frmPbSurvey {
	margin-bottom: 2em;
}
form#frmPbSurvey fieldset{
	border: 1px solid #eeeeee;
}
form#comments input {
	width: 230px;
}