form {
	border: 1px solid #c11d33;
	background: #ebebeb;
	width: 750px;
	padding: 10px;
}

input {
	font-family: Verdana, Arial, lucida, sans-serif;
}

label.required{
	color: #c11d33;
}
form div.form-radek {
	float: left;
	margin: 0 4px 0 0;
}
form div.submit-radek {
	margin: 0 0 1em 0;
}
fieldset {
	border: 1px solid #9a9b9c;
	margin: 0 0 .5em 0;
}
fieldset label{
	float: left;
	width: 10em;
}
legend{
	color: #ebebeb;
	padding: 4px 16px;
	background: #9a9b9c;
}

div.elements_left {
width: 49%;
	float: left;
}
div.elements_right {
width: 49%;
	float: right;
}