﻿/*fix default browserspaces between elements*/
* {
	padding:0px;
	margin:0px;
}

h1 {
	font-size: 1em;
	font-weight:normal;
	background:#CCFFFF;;
	display:block;
	padding:5px;
	border-bottom: 1px dotted #333;
	margin-bottom:10px;
	text-align:center;
}
label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:10px;
	padding-left:10px;
	font-size:.9em;
	color:#000;
}
select {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Arial,Verdana,Helvetica, Sans-Serif;
	font-size: .9em;
	margin-bottom:10px;
	padding:1px;
}
 
textarea {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Arial,Verdana,Helvetica, Sans-Serif;
	font-size: .9em;
	margin-bottom:10px;
	padding:1px;
}
 
input {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Arial,Verdana,Helvetica, Sans-Serif;
	font-size: .9em;
	margin-bottom:10px;
	padding:1px;
}

/*clearing all floats and fix firefox and ie backgroundcolor-bug */
div.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
} 
form {
	background:#EFEFEF;
	width:400px;
	border: 1px dotted #333;
}
.form_button {
	margin-left:110px !important;
	margin-left:55px; /*to fix ie6 position*/
	width:100px;
	clear:both;
}

.checkbox {
	border:none;
	background:none;
	width:400px;	
}
fieldset {
	border:none;
	padding-left:110px;
	padding-bottom:10px;
	display:block;
	clear:both;
}
fieldset input {
	width:auto;
	border:none;
	background:none;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}
fieldset label {
	width:auto;
	clear:none;
	float:left;
		display:block;
	padding-right:2px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}

.rot
{
	color:#FF0000;
}