.flag_textarea {
	width: 320px;
	height: 150px;
	float: left;
	font-family: Arial, Verdana;
	font-size: 12px;
	background: #fff;
	color:#000;
}

.flag_text {
	width: 320px;
	height: 15px;
	float: left;
	font-family: Arial, Verdana;
	font-size: 12px;
	background: #fff;
	color:#000;
}

.flag_header {
	margin:0;
	padding:0;
	font-weight:bold;
	text-align:center;
}
form.flag_form fieldset {
	margin: 0;
}

form.flag_form ol {
	list-style: none;
	margin: 0;
}

form.flag_form fieldset ol {
	margin: 0;
}
form.flag_form li p  {
	margin: 0;
	float: left;
}

form.flag_form li {
	margin-bottom: 4px;
	clear: both;
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 0;
}

form.flag_form .label {
	display: block;
	float: left;
	width: 75px;
	color: #000;
}

.flag_form_submit {
	float: left;
}

.flag_form_register {
	float: left;
	margin-left: 10px;
}

.flag_form_cancel {
	float: right;
	padding-right: 5px;
	text-decoration: underline;
	color:#f00;
}