@charset "utf-8";
/* CSS Document */
body {
background: #E7E7E7 url(background.png) top left repeat-x;
padding: 0px;
margin: 0px;
color: #999999;
font-size: 12px;
font-family: "Arial CE", Arial, Helvetica, sans-serif;
}
a {
color: #999999;	
}
.header {
height: 240px;
width: 400px;
text-align: center;
position: relative;
padding-top: 30px;
}
h1 {
overflow:hidden;
width: 167px;
height: 192px;
background: url(logo.gif) top left no-repeat;
text-indent: -9999px;
margin: 0 auto;
}
.text {
font-size: 14px;	
width: 290px;
position: absolute;
left: 55px;
top: 270px;
}
.formulare {
position: absolute;
left: 55px;
top: 400px;
}
form {
margin: 0px;	
padding: 0px;
}
form * {
margin: 0px;	
padding: 0px;	
}
.input {
width: 268px;
padding: 8px 10px 8px 10px;
font-size: 14px;
border: 1px solid #FF0099;
margin-bottom: 4px;
}
input#jmeno {
	background: white url(jmeno.gif) 10px 10px no-repeat;
}
input#email {
	background: white url(email.gif) 10px 10px no-repeat;
}
input.hotovo {
	background: white;
}
a.souhlas {
display: block;
overflow: hidden;
text-indent: -9999px;
height: 37px;
width: 290px;
}
a.off {
	background: url(souhlas_off.gif) top left no-repeat;
}
a.on {
	background: url(souhlas_on.gif) top left no-repeat;
}
#odeslat {
width: 288px;
border: 1px solid #333333;
color: #333333;
background: #AEAEAE;
text-align: center;
padding: 8px 0px 8px 0px;
margin-top: 25px;
}
