@import url(//fonts.googleapis.com/css?family=Noto+Sans);

body{
	padding: 30px;
	background-image: url('/tabor/bg.jpg');
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	color: #444;
	background-color: #ccff66;
}

.wrapper{
	width: 700px;	
	margin: 0px auto;
}

form{
	float: left;		
	border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url('/tabor/formbg.png');
	position: relative;
	width: 100%;
}

form label{
	font-weight: bold;
	float: left;	
	width: 100%;
	white-space: nowrap;
}

form p{
	float: left;
	width: 94%;
	line-height: 30px; 
	padding-left: 3%;
	padding-right: 3%;
}

h1{
	font-size: 20px;
	margin-bottom: 30px;
	float: left;
	padding-left: 3%;
}

.col-half{
	width: auto;
	float: left;
	margin-left: 3%;
}

.logo{
	margin: 0px auto;				
	width: 144px;
	float: right;
	position: absolute;
	right: 30px;
}

form input,
form textarea{
	clear: left;
	float: left;
	width: 40%;
	border: 1px solid #f69e20;
	border-radius: 5px;	
	padding-left: 4px;
	padding-right: 4px;
}

form input{
	height: 25px;
	line-height: 25px;
}

.long{
	width: 80%;
}

.short{
	width: 100px;
}

form select{	
	clear: left;
	float: left;
	width: 40%;
	border: 1px solid #f69e20;
	border-radius: 5px;	
	padding: 4px;
}


div.bg{
	background-image: url('/tabor/pbg.png');
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-top: 20px;
}

form p span{
	float: left;
	white-space: nowrap;
	margin-right: 10px;
}

input[type="radio"],
input[type="checkbox"]{
	width: 20px;
	height: 20px;
}


input[type="radio"]:hover,
input[type="checkbox"]:hover{
	cursor: pointer;
}

form textarea{
	width: 80%;
	height: 120px;
}

form p.text{
	line-height: 20px;
	font-size: 12px;
}


input[type="submit"],
input#submit{
	border: 0px;
	background-color: #444;
	color: #fff;
	cursor: pointer;
	width: 100px;
	height: 30px;
}

input[type="submit"]:hover,
input#submit:hover{
	background-color: #000;
}


.toggle{
	color: #444;
	font-weight: bold;		
}
.block{
	display: none;
}


.error{
	width: 40%;
	float: left;
	padding: 20px;
	clear: left;
	background-image: url('/tabor/error.png');
	margin-bottom: 20px;
	color: #000;
}

.error img{
	vertical-align: middle;
}