/* ventelo forms styles
Thomas.johannessen@ventelo.no

*/

@charset "UTF-8";

.button {
background-image: url(/webdav/images/forms/knapp_netw.gif);
height: 25px;
padding: 0 0 0 8px;
text-align: left;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
	width: 175px;
	cursor: pointer;
}

.button2 {
background-image: url(/webdav/images/forms/knapp_netw2.gif);
height: 25px;
padding: 0 0 0 8px;
text-align: left;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
	width: 185px;
	cursor: pointer;
}


.searchfield_button{
background-image: url(/webdav/images/forms/knapp_netw.gif);
height: 25px;
padding: 0 0 0 8px;
text-align: left;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	background-color: transparent;
	width: 175px;
	cursor: pointer;
}


form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	width: 100%;
	overflow: hidden;
}


/*   text fo forms  */

.textactive {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:30px;
	color: #F00;
	width:149px;
	height:35px;
	background-image:url(/webdav/images/forms/step_bg_active.gif);
	background-repeat:repeat-x;
}
.textnotactive {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:30px;
	color: #000;
	width:149px;
	height:35px;
	background-image:url(/webdav/images/forms/step_bg.gif);
	background-repeat:repeat-x;
}



.bestille {
	font-size:11px;
}

.price {
	font-size:14px;
	color:#C00;
	font-weight:bold;
}

.forklaring {
	background-color:#ddd;
	font-size:10px;
	padding:6px;
	
	
}
