﻿.Forma
{
	margin-left: auto;
	margin-right: auto;
}
.Forma .Row
{
	border: 1px solid #ccc;
	background: #f1f1f1;	
	margin-bottom: 5px;
	padding: 1px;
	height: 22px;
	width: 400px;
}
.Forma .Row label
{
	float: left;
	padding-top: 4px;	
}
.Forma .Row div
{
	float: right;
	width: 200px;	
}
.FormaButtonRow
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
}
.Forma .Row .CheckBoxes label
{
	float: none;
}
.Forma .CheckBoxesRow
{
	height: auto;
}
.FormButton
{
	border: 1px solid white;
	padding: 0px 10px 0px 10px;
	color: White;
	background: #0165BD;
	text-decoration: none;
	height: 20px;
	font: bold 12px arial;
	border-bottom: 1px solid #204D90;
	border-right: 1px solid #204D90;
	border-top: 1px solid #BECFEB;
	border-left: 1px solid #BECFEB;
	margin-right: 3px;
	cursor: hand;

}
