@charset "UTF-8";
/* CSS Document */

/* Typography
----------------------------------------*/

h1, legend
{
	color: #ff6600;
	font-size: 1.833em;
	font-weight: lighter;
}

.orangetext
{
	color: #ff6600;
}

h2
{
	font-size: 1.333em;
	font-weight: lighter;	
}

p
{
	margin: .5em 0 .5em 0;
}

blockquote
{
	margin: 0em 1em 2em 1em;
	padding: 1em;
	border: 1px solid #000;
}

form blockquote.account
{
	font-size:.9em;
	margin-bottom: 1em;
	color: #000;
	font-weight:bold;
}

blockquote.restrain
{
	width: 43em;	
}

table
{
	width: 100%;
	border-collapse: collapse;
}
	
	caption
	{
		display: none;
	}
	
	th
	{
		text-align: left;	
	}
	
	td
	{
		padding: .25em 1em .25em 0em;	
	}
	
fieldset
{
	padding: 1em;
	border: 1px solid #999;
	margin-bottom: 2em;
}

.pairs label
{
	display: inline-block;
	display: -moz-inline-box;
	width: 10em;	
}

.pairs input
{
	width: 20em;
	margin-right: 10em;
}

.pairs.double input
{
	width: 14em;
	margin-right:0;
}

.pairs.double input.last
{
	margin-right:1em;
}

.pairs.double input.dummy
{
	border:solid 1px #FFF;
}

.pairs.header div
{
	float:left;
}

	.pairs.header div.first
	{
		width:16.5em;
		margin-left:11.2em;
	}
	.pairs.header div.second
	{
		width:16.5em;
		margin-right:1em;
	}

.blocks label
{
	display: block;
	margin-bottom: 1em;
}

table label, .action label
{
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: .9em;
}

textarea
{
	width: 100%;
	height: 6em;
	clear: both;
	margin-top: 1em;
	border: 1px solid #CCC;
}

input[type="text"], input[type="password"] 
{
    padding: 2px;
    border: 1px solid #CCC;
}

.caps
{
	text-transform: uppercase;	
}

.required
{
	font-weight: bold;
	color: #ff6600;
}

/* Buttons
--------------------------------*/

.buttonWrapper
{
	display: inline-block;
	display: -moz-inline-box;
	margin-right: .5em;
	
	background-color: #000;
	border: none;
	text-align: left;
	padding: .25em .5em .25em .0em !important;
}

	.buttonWrapper input
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1.5em;
		border: none;
		padding: 0 !important;
		margin: 0 !important;
		color: #fff;
	}
	
.formFooter
{
	width: 47em;
}

.formFooter p
{
	font-size: .9em;
	text-align: center;
	margin-top: 2em;
}
form p.smalltext
{
	font-size:.8em;
	font-weight:bold;
}

form p.sublegend
{
	font-size: 16px;
	font-weight: lighter;
	margin-top:15px;
}
