/****************************************************/
/* LOGIN PAGE LAYOUT                                */
/****************************************************/

#Column
{
    background: url("support/images/top_fade_page.png") repeat-x top;
    width:856px;  
	padding-left:30px;
	padding-right:30px; 
    margin-left:10px;
	margin-right:10px;
	margin-bottom:30px;
	padding-top:25px; 
}

    .registrationBox
    {
		/*background:url("support/images/bottompane_background.png");
		background-repeat:no-repeat;*/
		margin-left:12px;
		min-height: 140px;
		padding-top:5px;
		padding-left:23px;
		padding-bottom:8px;
		padding-right:20px;
		width:480px;
		float:right;
		border-left:1px solid #97afc0;
		margin-bottom:35px;
    }
	.loginBox
    {
		background:url("support/images/box_login_background.png");
		background-repeat:no-repeat;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		width:275px;
		text-align:left;
		overflow:hidden;
		margin-top:5px;
    }
	/*.loginBox #LoginForm input[type="text"], .loginBox #LoginForm select, .loginBox #LoginForm input[type="password"], .loginBox #LoginForm textarea
	{width:255px;}*/
	
	.loginBoxBottom
    {
		background-image:url("support/images/box_login_bottom.png");
		background-repeat:no-repeat;
		width:285px;
		margin:0;
		padding: 30px 15px 0 12px;
		text-align:left;
		overflow:hidden;
    }
	.loginBox h1, .registrationBox h1
    {
		font-size:18px;
		line-height:18px;
		font-weight:bold;
		padding-top:10px;
		border:none;
		margin-bottom:5px;
		padding-left:0px;
		background-color:transparent;
    }
	.loginBox h2, .registrationBox h2
    {
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		border:none;
		margin-bottom:5px;
		margin-top:24px;
    }
