@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 !important;
	width:619px;
	margin:0px 0px 0px 15px;
	float:left;
	text-align:left;
}

#left{
	width:336px !important;
	width:336px;
	margin:0;
	float:left;
	text-align:left;
}

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


.TextField {
width:250px;
}

input, textarea {
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;  
}