@charset "UTF-8";
/* CSS Document 
Layout Formate Templates 

atlasti.com
Birgit Rühring 2008*/
/***************************************************/

/* @group Form */

/* @group resellerquestion */
form.resellerquestion p {
	clear:  both;
}


/* @end */

/* @group Registrierungsformular */

input.regInput {
	margin-right:  3px;
}

/* @end */

form {
	line-height: 11px;
}
fieldset {
	 border:  none;
}
label {
	display:  block;
	width: 120px;
	float: left;
	clear: left;
	padding-top: 4px;
	
}
input, textarea, select {
	border:  1px solid #cccccc;
	padding:  2px;
	background-color:  #ffffff;
	margin-bottom:  10px;
	font-size:  11px;
	float: left;
}
input.standard,
textarea.standard {
	width: 248px;
	clear: right;
	
	
}
select.standard {
	width: 254px;
	clear: right;
}
input.button, input.submit, input.reset {
	border: 0px solid #86A8C4  ;
	background:#50D1FB url(../img/form_button.png) -4px 0px;
	background-color: #86A8C4 ;
	color:  #ffffff;
	width:  120px;
	height: 20px;
	padding-top: 1px;
	
}
form#searchform select#defop {
	margin-left:  120px;
}
form#searchform input#submitbutton, input.submit {
	float: right;
	
}
input.reset {
	float: left;
}
form li,table.ordertable br {
	clear: both;
}
form li {
	line-height:150%;
}
/* @end */
