/*************************************************************************/
/* NCLETTC Online Training Registration CSS -							 */
/*	 As of now, this style sheet is only used for the NCLETTC online     */
/*   registration page...												 */
/*************************************************************************/

* { margin:0; padding:0; }
.clearing { clear: both; }
body 
{
	background: #eee;
	font-family: 'trebuchet ms', Tahoma, Sans-Serif;
	text-align: center;
}
div#wrapper 
{
	width: 85%;
	margin: 25px auto;
	border: 10px solid #ddd;
	background: #fff;
	text-align: center;
}
div#hdr 
{
	background: url(../images/nclettc_hdr.jpg) #152c56 no-repeat left top;
	margin-bottom: 15px;
	border-bottom: 2px solid #12264b;
	height: 75px;
}
div.help 
{
	padding: 25px;
	margin: 15px;
	background: #fffff0;
	border: 1px solid #ddd;
	font-size: 1.1em;
}
#wrapper div.notice p.instruction 
{
	color: #000;
	font-weight: 500;
	margin: 15px 0;
}

#options
{
	width: 75%;
	margin: 35px auto 15px auto;	
	background: url(../images/or.jpg) no-repeat center top;
}
.left { float: left; text-align: left; }
.right { float: right; }
.left, .right 
{
	width: 43%;
	border: 5px solid #ccc;
	background: #fffff0;
}
.left h2,
.right h2
{
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #152C56;
	padding: 10px;
}
.left p,
.right p
{
	font-size: 14px;
	line-height: 150%;
	padding: 10px;
}
.left p span.center,
.right p span.center
{
	display: block;
	text-align: center;
	margin: 20px 0;
} 
span.center a:link,
span.center a:visited
{
	color: #0000EE;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
span.center a:hover 
{
	border-bottom: 1px solid #0000EE;
}
div.notice
{
	font-size: 18px;
	margin: 0 30px;
	text-align: center;
	padding: 12px;
}
div.notice span
{
	display: block;
	font-weight: 700;
	color: #5FA332;
	margin-bottom: 15px;
}
div.notice span.error { color: #af0100; }
select { min-width: 100px; }
* html select { width: auto; }
div#registrationform 
{
	padding: 15px;
	border: 1px dashed #333;
	width: 80%;
	margin: auto;
	background: #E0E9F8;
}
div#registrationform h1
{
	color: #333;
	font-size: 27px;
	padding: 6px;
	border-bottom: 1px solid #B3B1BE;
	margin: 0 10px 20px 10px;
	text-align: center;
	text-transform: uppercase;
}
div#registrationform table 
{
	width: 100%;
	margin: auto;
}
div#registrationform table td 
{
	vertical-align: top;
	padding: 2px 10px 2px 5px;
}
td.req-label,
td.label
{
	color: #777;
	width: 30%;
	font-size: 18px;
	text-align: right;
}
td.req-label 
{
	color: #333;
	font-weight: 700;
}
div#newcompany { margin-top: -20px; }
div#registrationform input,
div#registrationform select 
{
	font-size: 14px;
	padding: 4px;
}
* html div#registrationform input,
* html div#registrationform select { height: 28px; }
#ftr 
{
	border-top: 1px solid #ccc;
	padding: 10px 5px;
	margin: 30px;
}
#ftr .left,
#ftr .right 
{
	background: none;
	border: 0;
}
#ftr .left img { margin-top: -3px; }
#ftr .right img { margin-top: 7px; }
#ftr .right { text-align: right; }