body, div, h1, form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}

body {

	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000; font-size:12px;
	line-height: 40px; 
}


#container {
	width: 250px;  
background-color:#FFFFFF;

}

h1 {
color:#3da3d2; font-family:calibri; font-size:18px; width:100%;  padding:0; margin:10px 10px 5px 0px; text-align:center

}

label {
	width: 80px; 
	text-align: right; float: left;
	font-size: 14px; font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 0; clear: left;
}

.input {
	width: 300px; height: 30px; float: left; margin: -0px 0 0 0;
	background: url(images/dots.png); 
	font-family: 'Shadows Into Light', cursive;
	font-weight:bold;
	font-size: 16px; color: #5b5b5b; letter-spacing: 3px;
}

.textarea {
	width: 300px; height: 200px; float: left; margin: -0px 0 20px 0;
	background: url(images/dots.png);  
	font-family: 'Shadows Into Light', cursive;
	line-height:30px;
	font-weight:bold;
	font-size: 16px; color: #5b5b5b; letter-spacing: 3px;
}

.submit {
	width: 202px; height: 84px; float: right;
	margin: 0 70px 36px 0; padding: 0 0 0 77px;
	background: url(images/post-mark.png); background-repeat:no-repeat;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; color: #525c73;
	cursor: pointer;
	
}