body{
padding:0px;
margin:0px;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #F3F3F3;
}
.text_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 13px;
	color: #464646;
}
.text_3 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color: #464646;
}
.link_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #9B9B9B;
}
.form_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	height: 18px;
	width: 219px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DEDBD5;
	border-bottom-color: #DEDBD5;
	background-color: #FFFFFF;
}
.form_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	height: 102px;
	width: 219px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DEDBD5;
	border-bottom-color: #DEDBD5;
	background-color: #FFFFFF;
	overflow:auto;
}

A:link,A:visited, A:hover {
	font-family: tahoma;
	text-decoration: none;
	color: #26754E;
	color: #64c8ff;
	color: #ffffff;
	font-size: 11px;
	font-weight:bold;	
}

A:hover {
	font-family: tahoma;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}

img{
	vertical-align:middle;
	border-width: 0px;
}

#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
 
	z-index: 9;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}

.modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
 
	z-index: 10;
	background-color: white;
	display: none;
	width: 705px;
	border: 1px solid blue;
}
