.form_formnumber input
{
	width : 40px;
}
.form_formsmalltext input
{
	width : 250px;
}

.form_formlongtext textarea
{
	width : 250px; height : 100px; color : black;
}

.form_formchoices legend
{
	width				: 150px;
	color				: #0B51A1;
	margin-right		: 5px;
	text-align 			: right;
	background-color : red;
}

.tip img
{
	vertical-align : middle;
}