@charset "UTF-8";
/* CSS Document */
/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif; /* Set the global font */ 
	font-size: 12px;
}

h1				{font-family:Georgia, "Times New Roman", Times, serif; font-size:24px; color: #fd0019; font-weight:100; font-style: oblique; margin:0 0 20px 0;}

h2				{font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color: #fd0019; font-weight:100; font-style: oblique; margin-bottom: 0px;}

p				{margin: 0 0 20px 0;}

#form1 {
	font-size: 12px;
	color: #464646;
	border: none;
}	
	
	#textfield {
		border: 1px solid #a6a6a6;
		color: #464646;
		padding: 5px 5px 5px 5px;
		float: left;
	}
		
		#textfield:focus {
			background: #d7d7d7;
			outline: none;
		}
		
	#commentbox {
		border: 1px solid #a6a6a6;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #464646;
		padding: 5px 5px 5px 5px;
		float: left;
	}
		
		#commentbox:focus {
			background: #d7d7d7;
			outline: none;
		}
		
	#btn {
		width: 70px;
		margin: 5px 5px 5px 5px;
		height: 32;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-style: oblique;
		color: #ffffff;
		cursor: pointer;
		border: none;
		background: #a6a6a6;
	}
		
		#btn:hover {
			background: #666666;
		}
		
.intro {
	background: #d7d7d7;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
	text-align:justify;
}

.note {
	background: #d7d7d7;
	padding: 10px 10px 10px 10px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
}

	.note span {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #fd0019;
		font-style: oblique;
		font-size: 14px;
	}
