#marginForm { 
	margin-bottom:1em;
	padding:0;
}

#marginForm fieldset
{
	display: block;
	margin-bottom: 0;
	margin-left:-1em;
	border: 0;
	padding: 0 1em 0 1em;
	left:-1em;	
}

#marginForm legend {
	color:#000; 
	font-size:1.2em;
	font-weight:bold; 
	margin-left: -0.2em ;
	padding: 0.2em;
	border: 0;

}

*html #marginForm legend {
	margin:-0.5em;
}

#marginForm p {
	width:auto;
}

#marginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: none;
}

#marginForm fieldset.radio input
{	
	
	position: static;
	clear: both;
	float: left;
	display : inline;
	top: -5em;
}

#marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	margin: 0 0 0 12em;
	font-weight: bold;
	font-weight: normal;
	text-align: left;
}

#marginForm fieldset.radio legend
{
	font-weight: normal;
	font-size:1em;
	margin-left:0.2em;
}
*html #marginForm fieldset.radio legend
{
margin-left:-0.4em;
}
#marginForm fieldset.radio input.btn
{
	float: left;
	font-weight: normal;
	font-size:1em;
	background-color : #FFF;
	border:0;
}

#marginForm fieldset input
{
	position: relative;
	top: -1.4em;
	left: 12em;
	border: 1px solid #CCC;
}

#marginForm fieldset select
{
	position: relative;
	top: -1.4em;
	left: 12em;
	border: 1px solid #CCC;
	
}

#marginForm input.submitbtn {

	font-weight:normal;
	margin-left: 12em;
	height:2em;
	border: 2px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color:#8B9CBA;
}

#marginForm fieldset div.error		
{
	clear: both;
	float: left;
	font-weight: normal;
	margin-left: 12.5em;
	white-space: nowrap;
	padding: 0;
}

#marginForm img
{
	margin-bottom:1em;
	top: -1.4em;
	left: 12.5em;
}

#marginForm input.tbl
{	
	top:0;
	left:0;
	background-color : #eee;
}

#marginForm input.tblradio
{	
	top:0;
	left:0;
	border:0;
	background: none;
}

#marginForm textarea
{
	position: relative;
	top: -1.4em;
	left: 12.19em;
	display: block;
	border: 1px solid #CCC;
	font-size:inherit;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

*html #marginForm textarea
{
	left:12em;
}
#marginForm input.submit
{
	clear: both;
	top: 0;
}

#marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: 0;
	font-weight:normal;
	padding:0;
	margin-bottom:-1em;
	border:0;
}

#marginForm label.first
{
	margin-top: 1em;
}

#marginForm select
{
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;
}

.buttondiv {    
	border:0;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	visibility:hidden; 
	text-align:center;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	margin-bottom:0.5em;
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* DISABLED */

.buttons a.disabledbtn, button.disabledbtn{
    color:#cfcfcf;
}
.buttons a.disabledbtn:hover, button.disabledbtn:hover{
    background:#f5f5f5;
}
.buttons a.disabledbtn:active{
    background-color:#f5f5f5;
}

