/*fix default browserspaces between elements*/
* {
	padding:0px;
	margin:0px;
}

 
#XX {
	text-align: center;
        font-size: 120%;
	font-weight: normal;
        color: #FFFFFF;
	background: #3086C2;
	display:block;
	padding:5px;
	border-bottom: 3px ridge #D3D3D3;
	margin-bottom:10px;
}
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
label {
	float:left;
	clear:both;
	display:block;
	width:150px;
	margin-bottom:10px;
	padding-left:10px;
}
input, textarea, select {
	float:left;
	display:block;
	width:250px;
	border: 1px solid #333;
	background:#FFFFFF;
	font-size: 12px;
	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:#DEEEF8;
	width:400px;
	border-color: #D3D3D3;
	border-width: 3px 5px 5px 3px;
	border-style: outset ridge ridge outset ;
}
.form-button {
	margin-left:165px !important;
	margin-left:110px; /*to fix ie6 position*/
	width:100px;
	clear:both;
}
.option {
	border:none;
	background:none;
	width:auto;
}
fieldset {
	border: 1px;
	border-color: #D3D3D3;
	border-style: 1px solid #333;
	padding-left:10px;
	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*/
}

