fieldset
{
width: 300px;
border-color:#DDD;
border-style:double;
border-width:4px 1px 2px 1px;
padding:6px;
margin-bottom:8px;
/* float:left; */
clear:both;
text-align:left;
}
fieldset.main {
	padding:10px;
	width:380px !important;
	float:none;
	overflow:hidden;
}
h2 {
	text-align:left;
}

legend
{
color: #A54D4D;
width: 140px;
text-align:center;
font-weight:bold;
margin-bottom: 0.8em;
}

legend.objednavka {
	/*color:#a60000;*/
}
		
label
{
float: left;
width: 130px;
padding-left:10px;
}

input
{
border: 1px solid #c7c7c7;
width: 140px;
height: 18px;
color: #333333;
margin-bottom: 4px;
}

textarea
{
border: 1px solid #c7c7c7;
width:300px;
height: 150px;
margin-bottom: 8px;
}

input.odeslat
{
background: #A54D4D;
color:white;
font-weight:bold;
margin-left: 70px;
height: 22px;
}

#submitbutton
{
margin-left: 150px;
_margin-left: 143px;
width: 144px;
}

.note {
	color: #666;
	font-weight:bold;
}
.note-green {
	color: green;
}
.formular-magazin {
	
} 