#content {
	font-size:12px;
}
#content form {
	font-size:12px;
}
#content .box {
	border:1px solid #ccc;
	background-color:#eee;
}
#content h1 {
	font-size:16px;
}

#content input {
	border:1px solid #ccc;
	padding:2px;
	font-size:12px;
	color:#122747;
	width:260px;
}
#content .privacy {
	border:none;
	padding:0;
	font-size:0;
	color:none;
	width:auto;
	text-align:justify;
}
#content a:link, #content a:visited {
	text-decoration:none;
	color:#005889;
	font-size:11px;
}
#content a:hover {
	color:#5B8FB7;
}
#content textarea {
	border:1px solid #ccc;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#122747;
	width:265px;
}

#content button {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#005889;
	border:none;
	font-weight:bold;
	padding:2px 10px;
	text-transform:uppercase;
}

#content .ko {
	background-color:#FFCCCC;
}

#content .obbli {
	font-size:18px;
	font-weight:bold;
	color:red;
}