html,body {min-height:100%;margin:0;}
body {
	text-align:center;
	font-family:Arial,sans-serif;
	text-align:center;}

#inner_body {
	margin:auto;
	text-align:left;
	width:900px;}
	
.clear {clear:both;}
.hidden {display:none;}

form {margin:0;padding:0;}
form .error{border-color:red;background-color:yellow;}

a {
	text-decoration:none;
	color:black;
	outline:0;
	border:0;}
a:hover {
	text-decoration:underline;}

.standardBox {
	box-shadow: -5px 5px 10px #ccc;
	-moz-box-shadow: -5px 5px 10px #ccc;
	-webkit-box-shadow: -5px 5px 10px #ccc;
	margin-bottom:10px;}
	.standardBox .contenido.padded {
		padding:10px;}
