html{
	
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}


body{
	 /* background-color:#363636;*/
	 background-color:#ffffff;
	 font-family: 'Open Sans', helvetica, arial, courier, 'µ¸¿ò';
	 font-size:11pt;
	 color:#222222;
	 line-height:1.4em;
	 
}

h3{
font-family: 'Open Sans', helvetica, arial, courier;
}


#mspageWrapper{
	position:relative;
	width:100%
}
#mspage{
	position:relative;
	width:100%
}



#mscontent_wrapper{
}

#mscontent{
	margin: 0px auto;
	width:100%;
	background:#ffffff;
	/*border: solid 2px #f2f2f2; move to xml*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

a {
  color: #222222;   
  text-decoration: none;
}
a:hover {
  color: #222222;		
  text-decoration: none; 
}
input[type="text"]
{
  height: 15px;
  padding: 4px 6px; 
  font-size: 14px;
}



