body {
	margin:0px;
	padding:0px;	
	background:#cfcfcf;
	font-family:verdana;
	font-size:14px;
}

textarea {
		width:820px;
		border:2px solid #000000;
		height:200px;
		overflow:auto;
	}

.add{
	float:left;
	width:300px;
	height:250px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:40px;	
}

.escapetable{
	font-family:Verdana;
	font-size:14px;
	border:1px solid #000000;
	border-collapse:collapse;
}

.etd{
	margin:0px;
	padding:5px;	
	border:1px dashed #000000;
	border-collapse:collapse;
}

h1 {
	font-family:verdana;
	font-size:18px;	
}

.wrapper{
	margin-left:auto;
	margin-right:auto;
	width:874px;
}

.top{
	position:relative;
	float:left;
	width:874px;
	height:97px;
	margin-left:1px;
	margin-right:1px;
	background:url('../images/topbar.gif');
}

.logo{
	position:absolute;
	left:17px;
	top:19px;
	width:264px;
	height:42px;
	cursor:pointer;
}

.addbutton{
	position:absolute;
	left:710px;
	top:5px;
		
}

.logo img{
	border:0px;
}

.menu {
	position:absolute;
	left:17px;
	top:77px;
	width:874px;
	font-family:verdana;
	font-size:14px;
}

.menuitem {
	float:left;
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
}

.menuitem:hover {
	color:#e0e0e0;
}

.seperator{
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
	height:14px;
	width:1px;
	border-left:2px solid #ffffff;
}

.content{
	position:relative;
	float:left;
	margin-top:20px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	width:854px;
	padding:10px;
	padding-bottom:100px;
}

.wrapcheck{
	float:left;
	width:400px;
}