﻿body{padding:0; margin:0; background-image:url('../Common/Images/PageBG02.png');}

body, td, input, textarea{
	font-size:11px;
    font-family:Tahoma;
	color:#E1EBF4;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

br{font-size:10px;}

table{border:0px; border-collapse:collapse;}

a{
	color:#79C8FF;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:link{color:#79C8FF;}
a:visited{color:#79C8FF;}

p{
	text-align:justify;
	color:#FFFFFF;
	text-indent:16px;
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 20px;
}

h5{
	background-image:url('../Common/Images/LiForH5.png');
	background-position:left;
	background-repeat:no-repeat;
	height:16px;
	margin-top:0px;
	margin-bottom:12px;
	color:#FFFFFF;
	text-indent:20px;
	vertical-align:middle;
	font-size:14px;
}

li{
	text-align:justify;
}

.contentbgcolor{background-color: #485560;}

.handcursor{cursor:pointer;}

#inputtxtSearch{
   background:#BFC6CB;
   background-image:url('../Common/Images/Magnifier.png');
   background-repeat:no-repeat;
   background-position:1px 1px;
   padding-left:22px;
   border:1px solid #2E3A44;
   width:154px; height:18px;
   color:#000000;
}

#inputbtnSearch{
   border:none;   
   width:50px; height:16px;
   vertical-align:middle;
}

input{
   background:#35424D;
   border:1px solid #A4AAB0;
   padding-left:5px;
   width:180px; height:20px;
}

textarea{
   background:#35424D;
   border:1px solid #A4AAB0;
   padding-left:5px;
   width:360px; height:180px;
   overflow:auto;
}