#formular {
	margin: 0 auto;
	width: 520px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 55px; }


#formular strong {
	color: red;
	font-size: 125%; }

.fieldsetbg { background-image: url(/images/b_bg_headline.gif); }

fieldset {
	width: 80%;
	padding: 8px;
	margin: 28px 10px 28px 12px;
	border-color: #e4e4e4;
	border-width: 1px;
	border-style: solid none none none; }

label {
	display: block;
	margin-bottom: 5px; }
  
legend {
	font-weight: bold;
	margin-bottom: 5px; }

input { width: 90%; }

input, select, textarea {
	padding: 2px;
	margin: 0 0 10px 0; }

textarea {
	width: 90%;
	height: 25%;
	margin: 0 0 10px 0; }

#ok {
	width: 15px;
	float: left;
	margin: 0 4px 0 4px; }

#preview {
	width: 130px;
	float: left;
	margin: 0 8px 0 8px; }

#send {
	width: 130px;
	margin: 0 0 0 8px; }
 
input:focus, select:focus, textarea:focus {
	background: #efefef;
	color: #000; }
