body{ margin: 0; 
	padding: 0; 
	border: 0;
	height: 100%;
	 background: #c0defa url(../img/fondo_guest.jpg) no-repeat 100% 100%;
}

ul { font-size:0.8em;
}

li{ vertical-align:text-top;
list-style-image:none;
list-style-type:none;
border-bottom: 1px solid #666;
padding: 0 0 10px 0;
margin: 0 0 10px 30px;
}

fieldset{
	border:1px double #ccc;
	width:380px;
}
fieldset div{
	padding:10px;
	border:1px double #f00;
}
legend{
	font-size:1.2em;
}
label{
	display:block;
	margin:0;
	padding:0;
}
.boxlarge, .boxsmall{
	border:1px solid #ccc;
	width:350px;
	padding:5px;
}
.boxsmall{
	width:100px;
}

.summary{
	border-bottom:1px solid;
}

.msgsevere, .msgok, .msgwarning{
	font-family:"Andale Mono", "Courier New", "Courier", mono;
	font-size:1.2em;
	color:#c00;
}
#btnsign{
	padding:10px;
	display:block;
	border:1px double #ccc;
	background:#fff;
	font-family:"Andale Mono", "Courier New", "Courier", mono;
}
.msgdata{
	font-size:0.8em;
	font-style:oblique;
}
.msgdata strong{
	font-weight:normal;
}
