/* CSS Document */
.form_style {
	border: 2px solid #F305F3;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #BC04BE;
	padding: 2px;
	margin-top: 2px;
	background-color: #210121;
}
.text_body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}
.text_small_sub {
	color: #FC5FFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.text_body_warning {
	color: #9F0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.form_but {
	border: 2px solid #F305F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #BC04BE;
	padding: 2px;
	margin-top: 2px;
	background-color: #210121;
	font-weight: bold;
}

