#Popup
{
   visibility: hidden;
   position: fixed;
   left: 50%;
   top: 50%;
   background-color: #FFF;
	z-index: 92;
   padding: 10px;
}

#Overlay
{
   visibility: hidden;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
	z-index: 91;
   background-color: #000;
}

div.Popup
{
   visibility: hidden;
   position: fixed;
   left: 50%;
   top: 50%;
   background-color: #FFF;
	z-index: 92;
   padding: 10px;
}

div.Overlay
{
   visibility: hidden;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
	z-index: 91;
   background-color: #000;
}

.send_message_form {
	width: 600px;
}

.login_form {
	width: 300px;
}

#to_who {
	text-align: right;
	margin-right: 20px;
	margin-top: 18px;
}
#to_who img {
	margin-bottom: 5px;
	margin-top: 5px;
}
#to_who a:link, #to_who a:visited {
	color: #174f9c;
	font-family: "Times New Roman", Times, serif;
}


.navigation {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation img {
	margin-bottom: -2px;
}
.nav_all {
	display: inline;
}
.nav_now {
	width: 20px;
	height: 19px;
	color: #174f9c;
	font-weight: bold;
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
.navigation a:link, .navigation a:visited {
	color: #174f9c;
	margin-left: 4px;
	margin-right: 4px;
}

.messages_td_left {
	text-align: center;
	font-size: 10px;
	color: #000;
	width: 110px;
}
.messages_td_left img {
	margin-top: 10px;
	margin-bottom: 6px;
}
.messages_td_left a:link, .messages_td_left a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #174e9e;
}
.messages_td_right img {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: -3px;
}

.messages_td_right img.nav2 {
	margin-left: 15px;
}

.messages_td_right a:link, .messages_td_right a:visited {
	color: #686868;
}
.messages_tr_1 {
	background: #f4f4f4;
}
.messages_tr_2 {
	background: #fff;
}

div.quote_header {
	border-top: 1px dotted #AAAAAA; 
	border-left: 1px dotted #AAAAAA; 
	border-right: 1px dotted #AAAAAA; 
	padding: 5px 5px 5px 15px; 
	color: #858585; 
	font-size: 9px; 
	background-color: #D7D7D7;
}

span.quote_date {
	color: #616161
}

div.quote_body {
	border: 1px dotted #AAAAAA; 
	padding: 5px 5px 5px 15px; 
	color: #808080; 
	background-color: #FFFFF0;
}


img#close {
	float: right;
	cursor: pointer;
	//margin-top: 20px;
	//margin-right: 15px;
}


#Popup_header {
   background-color: #437fbb;
	padding: 10px 15px;
} 

#Popup_header h1 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

#Popup_footer {
   background-color: #959595;
	padding: 5px 15px;
	color: #D4D4D4;
	text-align: center;
}

#Popup_content {
	margin: 0;
	padding: 10px 0;
}
#Popup_content form {
	margin: 0px;
	padding: 0px;
}
#Popup_footer a:link, #Popup_footer a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
}
#Popup_footer a:hover {
	text-decoration: none;
}

.login {
	background-image: url('../../img/registration_form_text_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 3px;
	border: 0;
	width: 150px;
	height: 22px;
	color: #464646;
	font-size: 12px;
	font-family: Tahoma;
}
.password {
	background-image: url('../../img/registration_form_text_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 3px;
	border: 0;
	width: 150px;
	height: 22px;
	color: #464646;
	font-size: 12px;
	font-family: Tahoma;
}
.submit {
	width: 81px;
	height: 27px;
	border: 0px;
	background: none;
	background-image: url('../../img/auth_but.gif');
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	cursor: pointer;
	margin-left: 10px;
}

.submit_button {
	background: #fff url('../../img/in/button_bg.jpg') no-repeat top center;
	width: 96px;
	height: 27px;
	border: 0;
	color: #fff;
	padding-bottom: 7px;
	cursor: pointer;
}

.message_body {
	border: 1px solid #8F8F8F; 
	width: 550px; 
	height: 200px;
	margin: 10px 0;
}
