.error {
	color:#ff0000;
	font-weight:bold;
	font-size:0.9em;
}

.general {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
}

#msgbox {
	float: left;
	width: 600px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{
background-color: yellow;
}

#textpage {
width:950px;height:510px;margin:10px 20px 5px 20px;overflow:auto;
}

#textpage p {
margin-bottom:15px;
}

h4 {
	margin:15px 0px 0px 0px;
}
