
.container:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.container { display: inline-block; }
/* start commented backslash hack \*/
* html .container { height: 1%; }
.container { display: block; }
/* close commented backslash hack */





fieldset{
	border:1px solid #FFCC00;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	
	margin-bottom:20px;
}

fieldset legend{
	font-weight:bold;
	font-size: 12px;
	color: #006699;
	font-family: Verdana,Arial,sans-serif;
}

fieldset .row{
	margin-bottom:5px;
	position:relative;
}

fieldset .bottom{
	margin-bottom:0;
}

fieldset .last{
	margin-bottom:20px;
}

fieldset label{
	font-weight:normal;
	color: #333333;
	margin-right:10px;
	width:150px;
	display:block;
	float:left;
	text-align:right;
	height:20px;
	padding-top:4px;
	cursor:pointer;
	margin-left:20px;
}


fieldset label.text{
	text-align:left;
	padding-top:0;
	margin-left:0px;
}



fieldset label.text2{
	text-align:left;
	padding-top:0;
	width:200px;
	padding-bottom:0;
	height:16px;
	margin-left:0px;
}


fieldset label.error{
	position:absolute;
	right:15px;
	top:4px;
	width:19px;
	height:21px;
	background:#ffffff url('./../images/error.jpg') left top no-repeat;
	margin-left:0px;
}

fieldset .agb{
	color: #333333;
}


fieldset .agb label.error{
	top:-4px;
	margin-left:0px;
}

fieldset .text3{
	float:left;
	margin-top:-10px;
	padding-bottom:0;
}

fieldset .row input[type=text]{
	width:200px;
	height:14px;
	padding:4px;
	border:2px solid #cccccc;
	font-size: 12px;
}





fieldset .small input[type=text]{
	width:48px;
}


fieldset .row input.radio{
	float:left;
	margin-top:0px;
	margin-right:5px;
	width:15px;
}

fieldset .row input[type=text].error{
	background-color:#fd7676;
	color:#000000;
}


fieldset .checkbox{
	float:left;
	margin-top:0px;
	margin-right:5px;
}

fieldset select{
	font-size: 12px;
}

fieldset .checkagb{
	margin-left:10px;
}

fieldset textarea{
	width:200px;
	height:130px;
	padding:4px;
	border:2px solid #cccccc;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
}


fieldset .row input:focus,
textarea:focus{
	background-color:#FFEDB7;
}

select{
	height:20px;

}

#send{
	margin-left:auto;
	margin-right:auto;
	width:150px;
	background-color:#006699;
	height:25px;
	color:#fff;
	border:1px solid #fff;
	margin-left:150px;
	margin-top:30px;
}

#send:hover, #send:focus{
	background-color:#FFCC33;
	cursor:pointer;
	color: #333333;
	border:1px solid #006699;
}
