﻿body 		{ 
		color:#585555;
		font-family: arial, garamond,sans-serif; 
		font-size:8pt;
		text-align: left;
	}
	
h1 {
		font-family: century gothic, arial, garamond, sans-serif; 
		color:#000000;
		font-size:15pt;
		display: inline;
}


textarea,input.txt {
		border:1px solid #dbd9d8;
	height:30px;
	width:250px;
	padding:5px 0px 0px 5px;
	}
textarea:hover,input.txt:hover {
		border:1px solid #b2b2b2;
	padding:5px 0px 0px 5px;
	}
textarea {vertical-align:bottom;margin: 5px 0 0 0;overflow:hidden;width: 250px;}
input.txt {margin-top: 5px;width: 250px;}



input.send-btn {
width: 175px;
height: 24px;
background: #575d60 url(btn_send.gif) no-repeat;
outline: none;
border:0px black solid; 
}
input.send-btn:hover {
background: #fff url(btn_send.gif) no-repeat 0 -26px;
}	


input.send-tilmeld-btn {
width: 175px;
height: 24px;
background: #575d60 url(btn_send_tilmeld.gif) no-repeat;
outline: none;
border:0px black solid; 
}



.buttons form{
border:1px solid #ffffff;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    background-color:#ffffff;
    border:0px solid #ffffff;
    font-family: century gothic, Tahoma, Arial, Verdana, sans-serif;
    font-size:13pt;
    /* line-height:130%; */
    text-decoration:none;
    font-weight:normal;
    color:#c214b1;
    cursor:pointer;
    padding:5px 10px 6px 0px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 0px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 0px; /* Firefox */
    /* line-height:17px;  Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 0px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 2px -1px 0 !important;
    padding:0;
    border:none;
    width:13px;
    height:13px;
}



/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#ffffff;
    border:0px solid #ffffff;
    color:#000000;
}


