@charset "utf-8";

body
{
	height:100%;	
}

*
{
	margin:0;
	padding:0;
}

.bestilforedragmaindivpagecontainer
{
	width:auto;
	height:100%;
}

.bestilforedragdiv
{
	display:block;
	border:6px solid #f5f5f5;
	width:500px;
	height:auto;
	background:#405F80 url(gfx/bestilforedrag_back.jpg) no-repeat right top;
	background-color: #405F80;
	padding:5px;
}

.bestilforedragtable
{
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
	color:#f5f5f5;
}

.bestilforedragheader
{
	font-weight:bold;
	font-size: 14px;	
}

.bestilforedragdesc
{
	font-style:italic;
	font-size: 11px;
	text-align:right;
	width:350px;
}

.bestilforedragtable td, .bestilforedragtable tr
{
	height:10px;
}

.bestilforedragdiv div
{
	margin-top:0px;
}

input[type="text"]
{
	width:360px;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
	background-color:#405F80;
	border:1px solid #f5f5f5;
	color:#f5f5f5;
}

input[type="submit"]
{
	width:100px;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
	background-color:#405F80;
	border:2px solid #f5f5f5;
	color:#f5f5f5;
	cursor:pointer;
}

input[type="submit"]:hover
{
	background-color:#405F70;
}

input[type="reset"]
{
	visibility:none;
	display:none;
}

textarea
{
	width:360px;
	height:50px;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
	background-color:#405F80;
	border:1px solid #f5f5f5;
	color:#f5f5f5;
}

.closewindow
{
	color:#f5f5f5;
	text-align:right;
	width:100px;
	margin-left:390px;
}

.closewindow:hover
{
	text-decoration:underline;
	cursor:pointer;
}

.bestilforedragerrorstring
{
	width:250px;
	text-align:left;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
	color:#FCC;
	float:left;
	padding-top:5px;
	padding-left:125px;
}

.bestilforedraglabel
{
	vertical-align:top;
	font-size:12px;
}