#contents div h1, 
#contents div h2, 
#contents div p 
{
	margin: 0 0 12px 0;
	line-height: normal;
}

#contents div p.info 
{
	font-style: italic;
	padding: 0;
}

#contents div form ul 
{
	list-style-type: none;
	padding: 0;
}

#contents div h2.step 
{
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
	border-bottom: 1px solid #C0C0C0;
}

#contents div ul li /* Error list */
{
	font-size: 9pt;
	font-weight: normal;
	color: #800000;
	padding: 5px 10px;
	background-color: rgb(255, 208, 208); /* Old browsers */
	background: -webkit-linear-gradient(top, rgba(255, 208, 208, 0), rgb(255, 208, 208), rgba(255, 208, 208, 0)); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255, 208, 208, 0), rgb(255, 208, 208), rgba(255, 208, 208, 0)); /* W3C */
}

#contents div button.rollback  
{
	float: right;
}

#contents div div.summary b 
{
	font-size: 9pt;
	color: #A0A0A0;
}

#contents div div.summary p 
{
	padding-left: 2em;
}

/****************************************************************************/

label,
legend 
{
	font-size: 9pt;
	color: #808080;
}

legend 
{
	padding: 0 4px;
	color: #A0A0A0;
}

input, 
textarea, 
select, 
fieldset 
{
	margin-top: 4px;
	margin-bottom: 16px;
}

input, 
textarea, 
select, 
button, 
.button, 
input[type="radio"] + label 
{
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

input, 
textarea, 
select 
{
	display: block;
	background: #FFFFFF; 
	border: 1px solid #C0C0C0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select, 
button, 
.button, 
fieldset 
{
	outline: none;
	padding: 2px 6px;
	border-radius: 3px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select, 
fieldset 
{
	width: 40em;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus 
{
	border: 1px solid #FFA000;
	-moz-box-shadow: 0 0 5px rgba(255, 160, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(255, 160, 0, 0.3);
	box-shadow:  0 0 5px rgba(255, 160, 0, 0.3); 
}

textarea 
{
	min-height: 6em; 
}

fieldset 
{
	border: 1px solid #E0E0E0;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] 
{
	cursor: pointer;
	min-width: 10em;
	display: inline-block;
	text-decoration: none;
	text-shadow: 1px 1px #E0E0E0;
	line-height: normal;
	border: 1px solid #A0A0A0;
	border-top-color: #D0D0D0;
	border-left-color: #D0D0D0;
	background: #F0F0F0; /* Old browsers */
	background: #F0F0F0 -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #F0F0F0 linear-gradient(to bottom, rgba(255,255,255,.2), rgba(0,0,0,.2)); /* W3C */


}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover 
{
	background: #E0E0E0; /* Old browsers */
	background: #E0E0E0 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #E0E0E0 linear-gradient(to bottom, rgba(255,255,255,.3), rgba(0,0,0,.3)); /* W3C */
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active 
{
	border: 1px solid #606060;
	background: #C0C0C0; /* Old browsers */
	background: #C0C0C0 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #C0C0C0 linear-gradient(to bottom, rgba(255,255,255,.4), rgba(0,0,0,.4)); /* W3C */ 
}

input[type="checkbox"], 
input[type="radio"]
{
	display: inline;
	margin: 0;
	vertical-align: middle;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"], 
input[type="checkbox"], 
input[type="radio"] 
{
	margin-right: 0.5em;
}


