﻿/************************
        Columns
************************/
#register-content {
	width: 100%;
	height: 240px;
}
.register .column1, .register .column2 {
	width: 33%;
	float: left;
}

.register .column3 {
	width: 34%;
	float: right;
}

/************************
		Controls
************************/
.register .small
{ 			
	margin:6px 6px 6px 6px;
	border:1px solid #8e236b;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
	
}

.ie.v8 .register .small
{
	background:white;
	position:relative;	
	behavior:url(/App_Themes/PIE/PIE.htc);		
}

.register .small:hover
{		
	box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.15);
	-mox-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.15);	
}

.ie.v8 .register .small:hover
{
	box-shadow:1px 1px 5px 2px #CCC;
}

.register .small
{
	width: 302px;
	height: 100%	
}

.register .row
{
	clear:both;
}

.register .container 
{
	height: auto;
    margin: 0 10px;
    overflow: hidden;
}

.register .static {
	height: 83%;
}

.register h1
{
	background-image:none;
	font-size:1.0em;
	margin: 0;
}

.register .header
{		
	background-color:#8e236b;	
	margin:0 0 10px 0;	
}

.register .panel-tooltip
{
	height:16px;
	width:16px;
	padding:6px;
}

.ie.v7 .register .panel-tooltip
{
	position:relative;
	z-index:1;
}

.register .tooltip:hover span
{				
	width:230px;
	margin-left:-270px;
}

.register .helpbubble
{
	text-decoration:none;	
}

.register .columnleft,
.register .columnright
{
	float:left;
}

.register .container > .columnleft
{
	width:66px;	
}

.register .icon {
    background-color: #8E236B;
    color: #FFFFFF;
    height: 56px;
    margin: 0 10px 0 0;
    width: 56px;
}

.register .container > .columnright
{
    display: block;	
	float:right;
	width:212px;	
}

.register .container > .columnright td {
	padding: 0px; /*fix for _default.css table style*/
}

.register .container .link {
	text-align: center;
}

.register .container .link a,
.register .container .link .inputButton
{	
	background-color:#8e236b;
	border:1px solid #8e236b;
	display:block;
	width:80px;
	color:#fff;
	cursor:pointer;	
	text-align:center;
	margin: 0 6px;
	padding: 4px 0;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	float: right;
}

.ie.v8 .register .container .link a,
.ie.v8 .register .container .link .inputButton
{
	position:relative;
	behavior:url(/App_Themes/PIE/PIE.htc);
}

.register .container .link a:hover
{
	background-color:#a63481;
	text-decoration:none;
}

.register .container {
	position: relative;
}

.register .link {
	bottom: 0px;
	right: 0px;
	position: absolute;
	padding: 0 0 13px 0;
}