/* CSS Document */
html,body,td,input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
  
}
body{
  background:#ffffff url(../images/window-bg.gif) bottom no-repeat;
}

#window-title{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding-bottom:10px;

}
#window-content{
	line-height:200%;
	padding:10px;
}