@charset "utf-8";
/* CSS Document */

label{
display:block;
font-weight:bold;
margin-top:12px;
margin-bottom:2px;
font-size:13px;
color:#3d3d3d;
}

legend{
font-size:13px;
color:#3d3d3d;	
}
input{
border:1px solid #dadada;
color:#666;
padding:5px;
}
input.submit{
border:1px solid #dadada;
color:#666;
background-color:#ddd;
padding:5px;
}

input.text{
width:350px;

}

textarea{
height:125px;
width:350px;
border:1px solid #dadada;
padding:5px;
color:#666;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
}

select{
width:356px;
padding:5px;
color:#666;
outline: 0;
}

input.nav{
border:1px solid #666;
background-image:url(../img/hytte_front_active1.jpg);
background-position:top right;
color:#fff;
width:98%;
}

input.button{
border:1px solid #666;
background-image:url(../img/hytte_front_active1.jpg);
background-position:top right;
color:#fff;
width:150px;
padding:2px;
cursor:pointer;
}

input.error{
border:1px solid #ff0000;
}

input.checkbox{
border:0px;	
}
