#forma {
	color: #4A4A4A;
	position: relative;
}

#forma p {
	margin-left: 15px; 
	margin-right: 10px;
}

#forma fieldset {
	border: none;
	margin: 20px;
	padding: 10px 2%;
	background: #FAFAFA;
	position: relative;
}

#forma fieldset label, #forma fieldset input, #forma fieldset textarea {
	margin-bottom: 10px;
	padding: 3px;
}
#forma fieldset input, #forma fieldset select, #forma fieldset textarea {
	border: 1px solid #B3B3B3;
	font: normal 1em Arial, Helvetica, sans-serif;
}
#forma fieldset input:focus, #forma fieldset select:focus, #forma fieldset textarea:focus {
	border: 1px solid #4F99D0;
}
#forma fieldset input, #forma fieldset textarea {
	padding: 3px;
}
.invalid {
	border: 1px solid;
	border-color: #BB0000 !important;
	background-color: #FFE813;
}

#forma legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #0082f0;
	background: #FAFAFA;
	padding: 10px;
}

#forma .button, #forma .bbutton, #forma .xbutton, #forma .xxbutton {
	width: 70px;
	height: 22px;
	background: transparent url("../forma_images/button.gif") 0 2px no-repeat;
	color: #4F99D0;
	font-size: 1em;
	border: 0;
	margin: 0 0 5px 5px;
	text-align: center;
}

#forma .sbutton {
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background: transparent url("/../forma_images/button_small.gif") 0 2px no-repeat;
	padding: 5px 0;
	width: 32px;
	height: 12px;
	color: #4F99D0;
	font-size: 1em;
	margin: 0 0 0 2px;
}

#forma .bbutton {
	width: 100px;
	background: transparent url("../forma_images/button_large.gif") 0 2px no-repeat;
}

#forma .xbutton {
	width: 120px;
	background: transparent url("../forma_images/button_x.gif") 0 2px no-repeat;
}

#forma .xxbutton {
	width: 150px;
	background: transparent url("../forma_images/button_xx.gif") 0 2px no-repeat;
}

#forma .round_left .round_right p.form_button, #forma p.form_button {
	text-align: right;
	margin: 0 15px;
}

#forma ul,ol {
	padding: 0 10px 10px;
	list-style: none;
	position: relative;
}

#forma li {
	background: transparent url("../forma_images/list.gif") 0.5em 0.5em no-repeat;
	padding: 5px 0 5px 30px;
	position: relative;
}

.round_left {
	position: relative;
	color: #414141;
	background: #F3F3F3 url("../forma_images/bgl.gif") left top repeat-y;
	margin: 50px auto 25px;
	width: 90%;
}

.round_right {
	position: relative;
	background: transparent url("../forma_images/bgr.gif") right top repeat-y;
}

.roundtop { 
	background: transparent url("../forma_images/tr.gif") right top no-repeat; 
	height: 14px;
}

.roundbottom {
	background: transparent url("../forma_images/br.gif") right top no-repeat;
	height: 14px;
}

#forma h3 {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 1.2em;
	color: #0066CC;
}

#forma h3.tab {
	position: absolute;
	background: transparent url("../forma_images/legend_right.gif") right top no-repeat;
	height: 33px;
	left: 15px;
	top: -29px;
	padding: 0 20px 0 0;
	margin: 0;
	color: #fff;
	font: bold 1.2em arial, verdana, lucida, helvetica, sans-serif; 
}

#forma h3.tab span {
	float: left;
	display: block;
	height: 33px;
	padding: 10px 0 0 20px;
	background: transparent url("../forma_images/legend_left.gif") left top no-repeat;
}

.round_right h3.sign_up {
	margin: 10px 3% 0;
}

.red{
	color: red;
}

#forma h2 {
	margin-bottom: 10px;
	font: normal 2.8em "franklin gothic medium cond", arial, verdana, lucida, helvetica, sans-serif;
	color: #b1b1b1;
}

#forma input.check, input.radio{
	width: auto;
	display: inline;
}

#forma fieldset input.radio, #forma fieldset input.check, #forma fieldset span.check,
#forma fieldset td input.radio, #forma fieldset td input.check, #forma fieldset td span.check {
	width: 20px;
	text-align: center;
	margin: 0;
	font-size: 1em;
}

#forma fieldset input.radio, #forma fieldset input.check {
	border: 0;
}

#forma fieldset input.radio, #forma fieldset input.check {
	border: 0;
}
