﻿/*body {background:#fff url(../Images/Layout/bg.gif) repeat-x !important;}*/
body {background:#fff url(../Images/Layout/bg_new.gif) repeat-x !important;}

.mainContainer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:800px;	
	border-style:none;	
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;	
}

.divMaster 
{
	height:439px;
}

.bodyStyle_fieldset
{
	height:200px;	
	border:1px solid #ccc;
	width:92%;
	margin:auto;
}

.LoginLabel
{
	/*color:#2b9eca;*/
	color:#2fa95b;
	font:bold 125% Arial, Helvetica, sans-serif;
	display:block;
}

.UserNameAndPassword
{
	/*color:#2b9eca;*/
	color:#115EAA;
	font:bold 100% Arial, Helvetica, sans-serif;
}

.accountInfo
{
	width:220px;	
	margin-left:auto;
	margin-right:auto;
	padding:40px 80px 0px 0px;	
}

.accountInfo p {padding:0px; margin: 0px; width:440px; text-align:left;}
.failureNotification
{
    font-size: 1.1em;
    color: Red;
}

.titleText {color:#75bd43; font-size: 14pt; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}

.top-tile {background: url(../Images/Login/top_tile.gif) repeat-x;}
.left-tile {background: url(../Images/Login/bgr_left.gif) repeat-y;}
.right-tile {background: url(../Images/Login/bgr_right.gif) repeat-y;}
.bottom-tile {background: url(../Images/Login/img_table_bottomtile.gif) repeat-x;}

/*  highlight input, textarea and select when selected */

input[type=text], input[type=password], textarea {  
    border-top: solid 1px #8e8e8e;  
    border-right: solid 1px #d1d1d1;  
    border-left: solid 1px #d1d1d1;  
    border-bottom: solid 1px #e4e4e4;  
    margin: 1px;  
    padding: 1px;  
}  

input[type=text]:focus, input[type=password]:focus, textarea:focus {  
    border-color: #4488cc;  
    border-style: solid;  
    border-width: 2px;  
    margin: 0;  
} 

.iefocus {  
    border-color: #4488cc;  
    border-style: solid;  
    border-width: 2px;  
    margin: 0;  
} 