@charset "utf-8";
/* CSS Document */

body *
{
	margin: 0;
	padding: 0;
}

p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#container
{
	background-image: url(img/background.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:902px;
	height:572px;
}

.menu
{
	padding-top: 25px;
	margin-left:50px;
}

.content
{
	width:640px;
	margin-left:30px;
	margin-top: 170px;
	color: #00549e;
	font-size:13px;
}

form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

input[type=text]
{
	border:#999 2px solid;
	font-size:12px;
	width:170px;
}

textarea
{
	border:#999 2px solid;
	font-size:12px;
	width:170px;
}

.green
{
	color:#73c267;
}

.msgtext
{
	font-size:14px;
	color:#fe0903;
	font-weight:bold;
}
