/* CSS Document */
#container p{
	max-width:700px;
}


#content fieldset {
	border:1px dotted #00008d;
	max-width:700px;
}

#content fieldset label {
	float:left;
	clear:both;
	width:200px;
	text-align:right;
	margin-right:5px;
}

#content fieldset input {
	float:left;
}
#content #buttons {
	max-width:700px;
}
#content .button {
	border:1px solid #879FBE;
	background-color:#A9B9D0;
	font-size:10px;
	margin:3px;
	float:right;
}

#content .small {
	font-size:10px;
}
#content .warn {
	background-color:#cc0000;
	padding:3px;
	color:#FFFFFF;
}
#content .note {
	background-color:#009900;
	padding:3px;
	color:#FFFFFF;
}
