body {
background: #393252;
}

td {
	font: normal 12px Tahoma, Arial;
	color: #4d4d4d;
}

h1, h2, h3, h4, h5 {

    color: #ff0000;
    margin: 0px;
}


h1 {
    font: bold 24px Tahoma, Arial;
}

h2 {
    font: bold 18px Tahoma, Arial;
}

h3 {
    font: bold 14px Tahoma, Arial;
}


a {

font: normal 12px Tahoma, Arial;
color: #ff0000;
text-decoration: underline;
}

a:hover {

font: normal 12px Tahoma, Arial;
color: #ff0000;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;
margin: 0px;

}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 30px 50px 30px 30px;
}
.bg1
{
background: #ffffff url(images/index_32.gif) top repeat-x;
}
.bg2
{
background: #000000 url(images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;
}
.menu 
{
color:#8c247b;
vertical-align:top;
height: 35px;
padding: 10px 0 0 20px;
}
.menu a
{
color:#8c247b;
font: bold 11px  tahoma, Arial;
text-decoration: none;
}


.blye-text-underline {
color: #5a768d;
text-decoration: underline;
}

.blye-text-regular {
color: #5a768d;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #ff0000;
text-decoration: none;
}

.red-text-underline {
color: #ff0000;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #4d4d4d;
text-decoration: underline;
}
.gray-text-regular{
color: #4d4d4d;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}

div#user-login {
background-image: url(images/bg.png);
background-repeat:no-repeat;
background-position: top;
vertical-align: middle;
padding-top:120px;
width:620px;
height:345px;
}

div#user-console {
}

div#user-registration {
}

div#user-forgot-password {
}

div#user-change-password {
}

div#business-login {
background-image: url(images/bg.png);
background-repeat:no-repeat;
background-position: top;
vertical-align: middle;
padding-top:120px;
width:620px;
height:345px;
}

div#business-console {
}

div#business-forgot-password {
}

div#business-change-password {
}

div#partner-login {
background-image: url(images/bg.png);
background-repeat:no-repeat;
background-position: top;
vertical-align: middle;
padding-top:120px;
width:620px;
height:345px;
}

div#partner-console {
}

.success {
font-family:helvetica;
font-size:12px;
background-color:#80f4b1;
border-top:1px solid #777777;
border-bottom:1px solid #777777;
font-weight:bold;
margin-bottom: 5px;
}

.error {
font-family:helvetica;
font-size:12px;
background-color:#ffc5c5;
border-top:1px solid #777777;
border-bottom:1px solid #777777;
font-weight:bold;
margin-bottom: 5px;
}

.redborder {
border:1px solid red;
}