@charset "utf-8";
/* CSS Document 
Script - 1.0 
Auther: Yi LUO

For the main page of the site NSG
*/


/* ////////////////structure of page//////////////// */


#right{
	width:619px;
	margin-left:15px;
	float:left;
	text-align:left;
}
#about{
	width:232px;
	margin-left:15px;
	float:left;
	text-align:left;
}
#news{
	width:372px;
	float:left;
	text-align:left;
}
#news .imgText{
	margin: 0px 10px 0px 0px;
	float:left;
}
#loginBox{
	width:619px;
	height:145px;
	padding:0;
	margin:0;
	background-image:url(IMG/bgLoginFond.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	float:left;
}

.inputbox
{
border: 1px solid #FF3300;
color:  #000000;
font-size: 1.1em;
}

.button
{
background-color:#FF3300;
color:#FFFFFF;
}

#contact{
	width:619px;
	margin:0;
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	text-align:left;
}
#partnerLogo{
	width:619px;
	margin:0;
	float:left;
	text-align:center;
}
#partnerLogo td{
	text-align:center;
	vertical-align:middle;
}
#left{
	width:336px;
	float:left;
	text-align:left;
}

/* ////////////////left box//////////////// */

#whatDoBox{
	width:321px !important; 
	width:321px;
	height:103px;
	margin:0px;
	padding:60px 0px 15px 15px;
	background-image:url(IMG/bgWhatDo.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:0;
	border-bottom:1px solid #333333;
}
#whatDoBox a{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#askBox{
	width:306px !important; 
	width:306px;
	height:180px;
	margin:0;
	padding:60px 15px 15px 15px;
	background-image:url(IMG/bgAsk.jpg);
	background-repeat:no-repeat;
	text-align:left;
	margin:0;
	border-bottom:1px solid #666666;
}
#phoneBox{
	width:156px !important; 
	width:156px;
	margin:0;
	padding:48px 0px 0px 150px;
	background-image:url(IMG/home_addr.png);
	background-repeat:no-repeat;
	text-align:left;
}
#phoneBox a{
	color:#006699;
	text-decoration:underline;
}
#askBox a{
	font-size:12px;
	color:#494949;
	text-decoration:none;
}

/* ////////////////contact form//////////////// */


.TextField {
width:250px;
}

       
input, textarea {
border:1px solid #FF3300;
#background-color:#EFEFEF;
color:#00000;
font:10px Verdana, Arial, Helvetica, sans-serif;
}

.buttonClass {
	width:65px;
	height:22px;
	border:0;
  background-image:url(IMG/button.jpg);  
  vertical-align:middle;
  cursor: hand;  
  color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;  
  text-align:enter;  
}


a.gray {
	font-size:9px;
	color:#999999;
	text-decoration:none;
}
a.blue {
	font-size:9px;
	color:#0066CC;
	text-decoration:none;
}
