﻿body 
{
    font-size:12px;	
    font-family:Sans-Serif;
    background-color:#282828;
}
#contentContainer
{
    width:1000px;margin-left:auto;margin-right:auto;margin-top:20px;
}
#logo
{
    height:125px;width:1000px;
}
#mainContainer
{
    background-color:#282828;width:1010px;height:380px;
}
#promoArea
{
    width:630px;height:100%;float:left;
}

#loginArea
{
    width:198px;height:200px;padding:10px;  
    margin-top:100px;margin-left:74px;
}
#passwordReminderPart
{
    display:none;   
}
#footer
{
    width:100%; color:#707070;
}
#footer a {color:#707070;}
#footerIcons
{
    width:100%;margin-left:auto;margin-right:auto;padding:6px;   
}
#footerIcons table
{
    width:100%;
}
#footerIcons table td
{
    text-align:center;
}
.clear
{
    clear:both;width:100%;
}
h2
{
    font-size:16px;
}
h3
{
    font-size:14px;
}
button {
	
	border:1px solid #999;	

	color:#000;
    padding:5px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:12px;

	font-family:Sans-Serif;
	font-weight:bold;
	text-align:center;
 	background-image:url(/images/button_tile.jpg);
 	background-repeat:repeat-x;	
}
input[type=text] 
{
    border:1px solid #707070;width:176px;   
}
input[type=password] 
{
    border:1px solid #707070;width:176px;   
}
textarea
{
     border:1px solid #707070;
}
.link
{
    color:#707070;
    cursor:pointer;
}
.error
{
 	font-size:10px;
	color:#BC1E2D;
	height:12px;   
}
