.voucher {
	text-align:center;	
	padding:10px 0;
}

.errormessages, .formerror {
	background-color:#c00;
	font-size:12px;
	color:#fff;
	text-shadow:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	padding:10px;
	display:none;
	margin:0 auto 20px;
	text-align:center;
	clear:both;
}

	.formerror {
		display:block
	}


form.contentform {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	margin:0;
	padding:15px;
	background-color: #ffd940;
    border: 5px solid #ffe788;
	clear:both;
}

	form strong {
		color:#c00;	
	}
	
	.errormessages strong {
		color:#fff;	
	}
	
	p.required {
		color:#960;
		font-size:11px;	
		padding:10px;
		margin-bottom:10px;
		border-bottom:3px dotted #c90;
		background-color: #ffd940
	}

.checkbox-container {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	padding:5px 10px;
	margin-bottom:10px;
	background-color:#ffe788;	
}



	
label {
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    padding: 0 10px 10px;
    width: 200px;
}
label.standard {
    line-height: 15px;
    width: 600px;
}
label.standard-radio {
    float: left;
    width: 120px;
}

label.checkbox-wide {
    display: block;
    float: none;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0;
    width: 100%;
}
label.checkbox input, label.checkbox-wide input {
    height: auto;
    width: auto;
}

.checkbox-label {
	display:block;
	padding:5px 0;
	width: 100%;
	float:left;	
}

	.smalllabel {
		width:300px;	
	}
	
		.smalllabel-qt {
			width:24%;	
		}
		
	.biglabel {
		width:380px;	
	}
	
	.fulllabel {
		width:100%;
		float:none;	
	}
	
	.radiolabel {
		width:150px;	
	}
	
	.comp-answers {
		text-align:center;
	}
	
		.comp-answers h2 {
			border-bottom:3px dotted #ffd940;	
		}
	
	.answerlabel {
		width:33%;
		font-family: 'FunctionProEBCO', sans-serif;
		font-size:20px;
		font-weight:normal;
		color:#c00;
	}
	
input.standard-input {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 5px;
}
input.standard-input-other {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 5px;
}
select.standard-input {
    float: right;
    margin-left: 5px;
    padding: 5px;
}
textarea.standard-input {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 80px;
    margin: 0 0 10px;
    padding: 5px;
	float:right;
}
label.radio-button {
    display: block;
    float: left;
    font-weight: normal;
    padding: 3px 0;
    width: 120px;
}
label.radio-button-long {
    display: block;
    float: left;
    font-weight: normal;
    padding: 3px 0;
    width: 150px;
}
label.radio-button input, label.radio-button-long input {
    height: auto;
    width: auto;
}
label.checkbox {
    display: block;
    float: left;
    font-weight: normal;
    padding: 3px 0;
    width: 200px;
}

	label.error {
		color:#c00;
		text-transform:uppercase;	
	}

form .button {
	text-align:center;
	margin:10px 0 0;	
	padding:10px 0 5px;
	border-top:3px dotted #c90;
}
	form .button input {
		width:150px;
		height:50px;	
	}
	
.captcha {
	float:right;
	text-align:right;
	width:180px;
	padding:0 0 10px;
}

	.captcha img {
		width:175px;
		height:45px;
		margin-bottom:5px;	
	}
	
	.captcha input {
		width:165px;	
	}
	
.form-note {
	font-size:11px;
	color:#960;
}
