
html{
	
	overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}


body{
	 /* background-color:#363636;*/
	 background-color:#ffffff;
	 font-family: helvetica, arial, courier;
	 font-size:11pt;
	 color:#333333;
	 line-height:1.4em;	 
}

#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: #555555;   
  text-decoration: none;
}
a:hover {
  color: #555555;		
  text-decoration: none; 
}
input[type="text"]
{
  height: 15px;
  padding: 4px 6px; 
  font-size: 14px;
}



