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

#content {
	width:700px;
	margin: 20px auto;
}

#content h2{
	clear: both;
}

#content .info{
	margin: 0 0 20px 0;
}

#content .info b{
	color: white;
}


#content label, #content .info {
	display:block;
	width:150px;
	float:left;
}

#content label, #content span, #content .info{
	color:#666;	
}


#content input {
	width: 540px;
	text-align:center;
}

#content input[type="radio"]{
	width: auto;
}

#content .submit {
	margin-left: 150px;
	width: 200px;
}

#content textarea {
	width: 520px;
	height: 200px;
	padding: 10px;
}

#content input, #content textarea{
	margin-bottom: 10px;
	border: 1px solid white;
	background-color:#999;
}



#content .error {
	border: 1px solid red;	
}

#content .msg_error {
	float:none;
	color: red;
	text-align: center;
}

#content .msg_ok {
	font-size: 1.1em;
	text-align:center;
	color: white;
}