/* generic form fields */
form {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 476px;
}

input.text, textarea, select, input.file {
	font-size: 12px;
	font-family: arial;
	width: 321px;
	border:1px solid #9E9E9E;
	padding-top: 2px;
	padding-bottom: 2px;
}

select
{
	width: 327px;
}

input.text,
textarea,
input.file
input.date,
input.postalcode
{
	padding-left: 4px;
}

input.text.city
{
	width: 244px;
	margin-left: 6px;
}

* html input.text.city
{
	width: 245px;
}	

div.input.required input.text,
div.input.required input.postalcode,
div.input.required input.city,
div.input.required input.date,
div.input.required select
{
	background-color: #dadde8;
}

textarea#Oe3GewinnspielInvoiceMessage {
	height: 150px;
}



input.date, input.postalcode {
	font-family: "Arial", sans-serif;
	text-align: center;
	border:1px solid #9E9E9E;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

input.postalcode {
	text-align: left;
}

input.radio {
	position: relative;
	top:2px;
	margin-right: 3px;
	margin-left: 10px;
}

input.form-error,
select.form-error
{
	border-color: red;
}

.error-message {
	color: red;
	margin-left: 128px;
	padding-top: 4px;
}

.checkboxes .error-message {
	margin-left: 0px;
}


fieldset {
	background-color: #fff;
	border-style: none;
	clear: left;
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
}

fieldset h3 {
	padding: 14px 20px 0px 20px;
}

fieldset div.input_container {
	padding: 1em 18px 0 0px;
}

fieldset div.input {
	clear: left;
	padding-bottom: 6px;
	width: 100%;
}

div.input fieldset
{
	background-color: #fff;
	border-style: none;
	clear: left;
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
}

.radios div.input label
{
	float: none;
	width: auto;
}

label
{
	float: left;
	width: 125px;
	padding-right: 2px;
	
}

* html label {
	margin-top: 5px;
}

.checkboxes {

}

.checkboxes label {
	float: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	line-height: 20px;
}

input.checkbox {
	float: left;
	position: relative;
	top: 4px;
	display: block;
	margin-right: 10px;
	margin-bottom: 12px;
	
}

* html input.checkbox{
	top: 0px;
}



fieldset.submit {
	background: none;
	border-style: none;
	float: left;
}


.message {
	font-weight: bold;
	padding-top: 2px;
	padding-left: 50px;
	height: 40px;
	margin-bottom: 10px;
}

#errorMessage {
	background: transparent url( /img/layout/icons/icon_error.gif) no-repeat;
	color: red;
}

#successMessage {
	background: transparent url( /img/layout/icons/icon_success.gif) no-repeat;
	color: #68D256;
}

div#legend
{
	width: 456px;
	text-align:right;
	font-size: 10px;
}

div#legend img
{
	display: inline;
}

div.submit
{
	display: none;
}