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

html, body{

	color:#ffffff;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin:0;
	padding:0;

}

#container
{
	margin:          0 auto;
	width:           540px;
	position:        relative;
	border-left:	 #66CCFF solid thin;
	border-right:	 #66CCFF solid thin;
	border-bottom:	 #66CCFF solid thin;
	background-color:#000000;
}

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

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

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

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


