.note {
	font-style: italic;
	display: inline;
	font-size: x-small;
}

.error{
	display: inline;
	font-size: medium;
	color: red;
}

.thankyou{
	display: inline;
	font-size: x-large;
	color: #af6700;
	font-weight: bold;
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: Helvetica, Arial;
	font-size: small;
	background-image:url('http://www.eipakrituumajaamale.ee/images/taust.jpg');
	background: #074973;
}

h1, h2, h3 {
	color: #af6700;	
}

.important {
	color: #af6700;	
	font-size:x-large;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #af6700;		
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 850px;
	height: 680px;
	margin: 0 auto;
	background-image:url('http://www.eipakrituumajaamale.ee/images/suurpakri.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

#left {
	width: 380px;
	max-height: 4000px;
	padding: 30px;
	margin: 400px 20px 60px 25px;
	float: left;	
	background-image:url('http://www.eipakrituumajaamale.ee/images/left.png');
	background-repeat: repeat-y;
	background-position:top right;
}

#right {
	width: 330px;
	max-height: 4000px;
	margin: 400px 25px 60px 0;
	float: right;	

}

.rightbox {
	padding: 30px;
	margin-bottom: 30px;
	background-image:url('http://www.eipakrituumajaamale.ee/images/right.png');
	background-repeat:no-repeat;
	background-position:top left;	
}

.rightleftbox {
	padding: 30px;
	margin-bottom: 30px;
	background-image:url('http://www.eipakrituumajaamale.ee/images/left.png');
	background-repeat:no-repeat;
	background-position:top right;	
}

form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}


form, form fieldset input, form fieldset select, form label {
	font-family: Helvetica, Arial;
	font-size: medium;
}
form p { position: relative; margin: 15px 0 0 0;}
form p br {display: none;}


form fieldset p select {
	display: block;
	padding: 4px;
	width: 250px;
	margin: 0;
	color: #777;
}


form fieldset p input {
	display: block;
	padding: 4px;
	width: 240px;
	margin: 0;
}

form fieldset {
	width: 260px;
	border: 0;
}

form fieldset p label {
	width: 240px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}


form fieldset p select,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}

.button {
	font-weight: bold;
	font-size: large;
	display: block;
	padding: 4px;
	width: 250px;
	margin: 0;
	background: #de8200;
}