﻿/*------------------------------------*/
/*-- Register Form --*/
/*------------------------------------*/

.Register_Sup_Background
{
    width: 100%;
    height:40px;
    background-color:#E2F0FA;
    border-bottom:solid 1px #7AB9E7;
}

.Register_Sup_Content
{
    width:865px;
    text-align:left;
    padding:13px 0px 0px 0px;
    font-family: Arial;
    font-size:12px;    
}

.Register_TR
{
    height:40px;  
}

.Register_TD
{
    width:180px;
    padding-left:10px;
}

.Register_Literal
{
    text-align:left;
    padding-top:5px;
	font-size: 14px;
	color: black;
	text-align: left;
}

.Register_TextBox
{
	height: 22px;
	font-size: 14px;
	width: 230px;
}

.Register_ComboBox
{
	height: 25px;
	font-size: 14px;
	width: 230px;
}

.Register_TextExamples
{
	font-size: 14px;
	color: #CCCCCC;
}

.Register_NickAvailability_Yes
{
    font-size: 12px;
	color: Green;
}

.Register_NickAvailability_No
{   
    font-size: 12px;
	color: Red;
}

.Register_Captcha
{
    width:220px;
}

.Register_Button 
{
    width:134px;
    height:31px;
    border: none;
    background: url('../Images/Generics/btn_Green.jpg') no-repeat top left;
    padding: 2px 8px;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    color:White;
    font-weight:bold;
}

/*------------------------------------*/
/*-- Register Page --*/
/*------------------------------------*/
.Register_Page_Sup_Background
{
    width: 100%;
    height:15px;
    background-color:#E2F0FA;
    border-bottom:solid 1px #7AB9E7;
    margin-bottom:20px;
}
    
.Register_Page_Box
{
    width:640px;
    border:solid 1px #CCCCCC;
    padding:0px 10px 0px 10px;
}

.Register_Page_Title
{
    text-align:left;
    padding:10px 10px 5px 10px;
    border-bottom:solid 1px #CCCCCC;
    font-size:18px;
    font-family:Arial;
    
}

.Register_Page_Message
{
 background-color:#FFEBE8;
 border:solid 1px #FF0000;
 width:96%;
 margin-top:10px;
 margin-bottom:10px;
 text-align:left;
 padding:10px 10px 10px 10px;
 font-family:Arial;
 font-size:14px;
}

.Register_Page_Text
{
    font-size:12px;
}
