@charset "UTF-8";
/* CSS Document */

html, body{

	color:#000000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(http://antico-posto.com/_resources/images/interface/background_01.jpg);
	background-repeat:repeat-x;
	background-color:#f3d36c;
	margin:0;
	padding:0;

}

#container
{
	margin:          0 auto;
	width:           540px;
	position:        relative;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	border-left:	 #850e23 solid;
	border-right:	 #850e23 solid;
	border-bottom:	 #850e23 solid;
	background-color:#e5bc51;
}

.title
	{
		font-size:1.2em;
		color:#820021;
	}

.subtitle
	{
		font-size:1.1em;
		color:#ffffff;
	}

.small
	{
		font-size:.8em;
		color:#ffffff;
	}
.date-fix
	{
	
}

input, Textarea
{
	color:#f3d36c;
	background: #820021;
	border:none;
	font-size:10px;
}

