﻿body
{
	background-color:#fff;	
	font-family:Trebuchet MS;
	font-size: 12px;
	font-weight:normal;
	color:#777770;
}

#imo_news
{
    border: 1px solid #E4E4DA;   
    height:500px;
    margin-left:30px;
    margin-top:30px;
}

#welcome
{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;	
}

#main
{
	position:relative;
	margin-left:50%;
	margin-top:30px;
	left:-270px;
	width:540px;
	height:600px;
	border: solid 1px #fff
}

#leftTop
{
	margin-bottom:18px;
	height:18px;
	width:18px;
	float:left;	
    border-right:solid 1px #e4e4da;
    border-bottom:solid 1px #e4e4da;
}

#rightTop
{
	margin-bottom:18px;
	height:18px;
	width:18px;
	float:right;	
	border-left:solid 1px #e4e4da;
    border-bottom:solid 1px #e4e4da;
}

#leftBottom
{
	margin-top:18px;
	height:18px;
	width:18px;
	float:left;	
	border-right:solid 1px #e4e4da;
    border-top:solid 1px #e4e4da;
}

#rightBottom
{
	margin-top:18px;
	height:18px;
	width:18px;
	border-left:solid 1px #e4e4da;
    border-top:solid 1px #e4e4da;
	float:right;	
}

#cnt
{
	width:480px;
	height:500px;
	margin-top:30px;
	margin-left:30px;
	border: solid 1px #e4e4da
}

#inside
{
	margin:auto auto;
	width:300px;
	border:solid 1px #fff;
	height:410px;
	margin-top:50px;
}

hr
{
	width:80%;
	height:1px;
	background-color:#c9c7c1;
	border:none;
}

#logo
{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;	
	text-align:center;
}

input[type=text],
textarea
{
	color:#494940;
	font-size:17px;
	margin:5px;
	border: solid 1px #c3c2b9;
	background-color:#f2f2ec;	
	text-align:center;
}

input[type=password]
{
	color:#494940;
	font-size:17px;
	text-align:center;
	margin:5px;
	border: solid 1px #c3c2b9;
	background-color:#f2f2ec;	
}

p
{
	text-align:center;	
}

#ornament
{
	top:25px;
	position:relative;
	margin-left:215px;
}

#messages
{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}

#news
{
	width:200px;
	height:400px;
	position:absolute;
	top:100px;
	left:20px;
}

#messages #alert
{
	margin-top:10px;
	color:red;
}

.change_pass p
{
    float:left;
    width:100px;
    margin:0px;
    padding:0px;
    height:34px;
    line-height:34px;    
    text-align:right;
}

.change_pass p.double
{
    line-height:18px;  
}

.change_pass #change_bt
{
    clear:both;
    padding-top:15px;
    margin:0 auto;
    width:90px;    
}

.bad_browser
{
    font-family: Arial;
    font-size: 15px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
}

.register #cnt
{
    height:420px;
}

.register #main
{
    margin-top:10px;
    height: 500px;
}

.register #inside
{
	margin:auto auto;
	width:480px;
	height:370px;
	margin-top:10px;
}

.register p
{
    float:left;
    width:100px;
    margin: 0px 15px 0px 0px;
    padding:0px;
    height:34px;
    line-height:34px;    
    text-align:right;
}

#create_account
{
    margin-top:10px;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.register input[type=text],
.register textarea
{
    width:330px;
    text-align:left;
    font-size:12pt;
    font-weight:normal;
    font-family: Trebuchet MS;
}

.register .d1
{
    clear:both;
}

.TelerikModalOverlay
{
    filter: alpha(opacity=70) !important; 
    background: #959490 !important;
    opacity: .7 !important;
    -moz-opacity: .7 !important;
}

.rwWindowContent iframe
{
    overflow:hidden;
}

#splash
{
    opacity: 0.9;
    position: absolute;
    left: -200px;
    margin-left: 50%;
    top: 200px;
    height: 200px;
    width: 400px;
    border: solid 1px #808080;
    text-align: center;
    background-color: #fff;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#404040,strength=3);
}

#splash #text
{
    font-weight: bold;
    color: #808080;
    font-size: 16px;
    margin-bottom: 10px;
}

#divRegister
{
    color: #cb0f0f;
}