@charset "utf-8";

/* CSS Document */

form.postit {
	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;
	background-image: url(../images/postit/postit.png);
	background-repeat: no-repeat;
	background-position: center top;

}



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 {
	border:0;
	bottom:44px;
	color:#fff;
	cursor:pointer;
	font-weight:700;
	height:45px;
	position:absolute;
	right:20px;
	text-indent:-9999px;
	width:53px;
	background-image: url(../images/postit/send_button.png);
	background-repeat: no-repeat;
	background-color: transparent;

}



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:20px;
	width:20%;

}

