form#gewinnspiel{
	margin: 1em 0;
	font-size: 12px;
	line-height: 1.4em;
}
form#gewinnspiel div{
	margin: 0.2em 0;
}
p, input, label {
  margin:1px;
}

fieldset{
	padding: 1em;
}

span.answer, span.mainanswer{
	font-weight: bold;
	color:#192F85;
	font-size:1em;
	margin: 1em 0 0.4em;
	display: block;
}
span.mainanswer{
	color:#3366FF;
}

form hr{
	border: none;
	border-top: 1px dotted #CCC;
	margin: 1em 0;
}


.std-input{
	width: 300px;
}
.std-submit{
	
}
.zip-input{
	width: 40px;
}
.std-txt{
	width: 300px;
}

.left {
  float: left;
  text-align: right;
  width: 21%;
  margin-right: 5px;
}

.right, button {

}

.gewinnspiel {
  width: 600px;
}

.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg, .radioRequiredState .radioRequiredMsg, .radioInvalidState .radioInvalidMsg, strong.required {
	border:1px dotted #CC3333;
	color:#CC3333;
	padding:2px;
	display:inline;
	background:#FFE7CE;
	font-weight: normal;
}
