/*
 *******************************************
 *                                         *
 * CSS FOR WIZI                            *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/


body, html {margin:0px;padding:0px;height:auto;}


body {	
	/*background: url(../graphics/body_bg.gif) top center no-repeat #000000;*/
	background-color:#040707;
}

img{
	border:none;
}

a:link, a:hover, a:visited, a:active{
	color:#000;
}

#blacktop{
	height:66px;
	background-color:#000;
}

#logotop{
	height:155px;
	background-color:#fff;
}

#menucontainer{
	overflow:hidden;
	width:512px;
	height:auto;
	background-color:#fff;
	/*margin-left:30px;*/
}

#menucontainer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menucontainer ul li {
	margin:0px;
	padding:0px;
	float:left;
	border-bottom:1px solid #000;
}
#menucontainer ul li.active {
	border-bottom:1px solid #fff;
}

#content{
	clear:both;
	width:490px;
	height:auto;
	background-color:#fff;
	padding:10px;
	padding-top:20px;
	padding-bottom:40px;
	border:1px solid #000;
	border-top:none;
	/*margin-left:30px;*/
}
* html #content{
	width:512px;
}

#whitespace{
	height:100px;
	background-color:#fff;
}

/* FORM STUFF */
#content label{
	float:left;
	width:125px;
}
#content .radiolabel{
	width:auto;
	clear:both;
	padding-top:2px;
}

#content table#price td{
	padding-bottom:4px;
}

#content input{
width:200px;
background:#eee;
border-top: 1px solid #999999;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #999999;
}

#content .radiobutton{
width:auto;
background:none;
border:none;
float:left;
}

#content select { 
width:180px;
background:#eee;
border-top: 1px solid #999999;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #999999;
}

#content input.button {
border:2px solid #ccc;
width:100px;
margin:15px;
}

.jsvalidation {
	font-size:10px; 
	color:#FF0000;
	margin:0px;
	padding:0px;
}
#content span.field_label {float:left; }

#content input[type="radio"] { margin:3px; width:20px; }
#content input.submit_button_field {
background:#CCCCCC none repeat scroll 0 0;
border:2px solid #DDDDDD;
float:left;
margin-left:150px;
margin-top:50px;}
