@charset "utf-8";
/* CSS Document */
form.postit {
	background: url(../pictures/postit/postit.png) no-repeat center top;
	font-family:"Lucida Handwriting", Georgia, "Times New Roman", Times, serif;
	;
	font-size:12px;
	height:223px;
	margin:20px auto;
	padding:18px 0 0 40px;
	position:relative;
	width:331px;
	z-index:2;
}

form.postit p input,form.postit p select,form.postit p textarea {
	background-color:#fff;
	border:1px solid #cc6;
	color:#0663B3;
	font-size:11px;
	width:200px;
}

form.postit legend {
font-size:16px;
font-weight:700;
}

form.postit button.btn,a.btn {
background: url(../pictures/postit/send_button.png) no-repeat;
border:0;
bottom:44px;
color:#fff;
cursor:pointer;
font-weight:700;
height:45px;
position:absolute;
right:20px;
text-indent:-9999px;
width:53px;
}

form.postit a.btn:hover {
	background-color:#ccc;
	color:#035EB1;
}
fieldset {
border:1px solid transparent;
margin:0;
padding:0;
}
form p {
	height:1%;
	margin:2px 0 2px 0;
}

form p:after {
clear:both;
content:".";
display:block;
font-size:0;
height:0;
visibility:hidden;
}

form p label {
display:block;
float:left;
margin-right:30px;
width:15%;
}
