@charset "UTF-8";
/* CSS Document */

html, body{

	color:#000000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
		background-color:#ffffff;

	margin:0;
	padding:0;

}

#container
{
	margin:          0 auto;
	width:           540px;
	position:        relative;
	border-left:	 #000 solid thin;
	border-right:	 #000 solid thin;
	border-bottom:	 #000 solid thin;
	background-color:#ffffff;
}

.title
	{
		font-size:1.2em;
		color:#000000;
	}

.subtitle
	{
		font-size:1.1em;
		color:#333333;
	}

.small
	{
		font-size:.8em;
		color:#333333;
	}
.date-fix
	{
	
}

input, Textarea
{
	color:#ffffff;
	background: #000000;
	border:none;
	font-size:10px;
}

