a,a:link{
	color: #be2d00;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
}

html,body{
	height: 100%;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	background-color:#4e1f0f;
}

input, textarea, select {
	font-family: Verdana;
	font-size: 11px;
	width: 450px;
}

td{
	color: #313131;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.sl_del {
	padding:0 15px 0 15px;
}

.form {
background-color:#fdf5d6;
border:2px solid #4e1f0f;
position:absolute;
z-index:3;
left:100px;
top:100px;
display:none;
}

.formdiv {
display:none;
width:100%;
}