﻿/* Form */
FIELDSET
{
    border:0;
	padding:15px;
}
FIELDSET label
{
	width:150px!IMPORTANT;
	height:20px!IMPORTANT;
	display:block;
	float:left;
	line-height:20px;
	margin-bottom:5px;
}
FIELDSET .checkbox label
{
	width:auto!IMPORTANT;
	height:auto!IMPORTANT;
	float:none!IMPORTANT;
	display:inline!IMPORTANT;
}
.signbutton FIELDSET label
{
    height:12px!IMPORTANT;
    line-height:12px;
    margin-bottom:2px;
}
FIELDSET ul
{
    list-style:none
}

FIELDSET br
{clear:both;float:none;}
FIELDSET .buttonWrapper
{
text-align:center;
}
.radfdSkinnedFormButton
{
 width:100px!IMPORTANT;
}
FIELDSET.plain ul
{margin:0;padding:0;}
.formnote
{
    border:solid 1px #FF6600;
    background-color:#FFFFCC;
    padding:5px;
    display:block;
 }
 /* With border */
FIELDSET.border
{padding:0;}
FIELDSET.border .head
{
    background-image:url('images/fieldset-header.gif');
	background-position:bottom;
	background-repeat:no-repeat;
    height:15px;
    width:100%;
}
FIELDSET.border .mid
{
	padding:10px 0;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
}
FIELDSET.border .foot
{
    background-image:url('images/fieldset-footer.gif');
	background-position:top;
	background-repeat:no-repeat;
    height:15px;
    width:100%;
}
.btnGreen
{
	width:107px;
	height:25px;
	background-image:url(images/nav/btn-green.jpg)!IMPORTANT;
	background-color:transparent;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	text-transform:lowercase;
}
.btnBlue
{
	width:107px;
	height:25px;
	background-image:url(images/nav/btn-blue.jpg)!IMPORTANT;
	background-color:transparent;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	text-transform:lowercase;
}