﻿/* File Created: March 27, 2012 */
/* File Created: August 14, 2012 */
/* File Created: February 20, 2012 */

.RegistrationBox .lblNote 
{
    width: 450px;
    margin-top: 5px;
}

.RegistrationBox .inputName
{
    width: 196px;
}

.RegistrationBox .inputPhoneChunk
{
    width: 55px;
    margin-right: 5px;
}

.RegistrationBox .inputEmail
{
    width: 196px;
}

.RegistrationBox .inputPassword
{
    width: 196px;
}

.SignUpLeftRegistration
{
    width: auto;
    height: auto;
    float: left;
    padding-left: 10px;
}

.SignUpLeftRegistration .inputLabel
{
    width: 110px;
}

.SignUpRightRegistration
{
    width: auto;
    height: auto;
    float: left;
    margin-left: 5px;
}

.SignUpRightRegistration .inputLabel
{
    width: 160px;
}

.SignUpBottomRegistration
{
    width: 690px;
    height: auto;
    vertical-align: top;
    clear: left;
    float: left;
    margin-left: 39px;
}
.SectionRegistration
{
    margin-top: 10px;
    width: auto;
    height: auto;
}
.SectionRegistrationButton
{
    margin-bottom: 10px;
    width: 690px;
    min-height: 12px;
    height: auto;
    text-align: center;
    vertical-align: top;
    float: left;
}
.chkSignUpRegistration
{
    margin-left: 175px;
}
.RegisterError
{
	width: 380px;
	height: auto;
	vertical-align: top;
	text-align: center;
	display: block;
    margin:0 auto;
   -moz-box-shadow: 0 0 2px 2px #C0C0C0;
    -webkit-box-shadow: 0 0 2px 2px #C0C0C0;
    box-shadow: 0 0 5px 2px #C0C0C0;
	background-image: url('../../Images/Site/redwarn.PNG');
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , 'Arial' , 'sans-serif';
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

