/* styles for fun-max coupon form */
/* made by andreas.poimon@1000ideen.at */
/* (c) 2009 1000ideen.at */

/* global styles */
body{
	padding: 10px 0 0 0;
	margin: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-size: 20px;
	padding: 0px;
	margin: 0 0 10px 0;
}
h1 span{
	display: none;
}
h2{
	clear: both;
	padding: 0px;
	margin: 35px 0 10px 0;
	font-size: 17px;
}
a img{
	border: none;
}
/* page styles */
div.page{
	margin: 0 auto;
	width: 920px;
	background-color: #000;
}
div.header img{
	display: block;
	padding: 0 0 5px 0;
	background-color: #fff;
}
div.left{
	float: left;
}
div.left a{
	color: #e1007a;
}
div.left a:hover{
	color: #fff;
}
div.right{
	padding: 0 50px 0 0;
	float: right;
	width: 300px;
}
div.right a{
	margin: 0 0 0 120px;
}
div.right a img{
	margin: 5px 0;
}
/* form */
div.form{
	padding: 20px;
	color: #fff;
}
/* buttons */
div.btn{
	margin: 25px 0 0 0;
}
div.btn input{
	border: none;
	background-color: #e1007a;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	width: 100px;
	height: 20px;
}
/* all fields */
div.std, div.address, div.coupons, div.legal{
	padding: 5px 0;
	clear: both;
}
/* standard field */
div.std input{
	border: 1px solid #fff;
	width: 312px;
	float: left;
}
div.std label{
	display: block;
	float: left;
	width: 100px;
}
/* special fields */
div.small input{
	width: 100px;
}
div.coupons input{
	width: 50px;
	border: 1px solid #fff;
}
div.coupons label{
	margin: 0 0 0 10px;
}
/* error messages */
div.std input.error, div.coupons input.error{
	background-color: #e1007a;
}
div.std label.error, div.legal label.error, div.coupons label.error{
	margin: 0px 0 0 0;
	padding: 2px 0 10px 100px;
	color: #e1007a;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	clear: both;
	width: auto;
}
div.legal label.error, div.coupons label.error{
	position: absolute;
	margin: -16px 0 0 100px;
}
