/* CSS Document */

/*reset*/

form ol { list-style-type:none; }

form	{ text-align:left; margin:20px; }

label	{
		float: left; width: 150px; margin-top:5px; color:#fff;
		text-align:right; display:block; background:none; font-weight:bold;
		}
		
submit	{ background:none; }

input	{
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none;
		color:#fff;
		}
		
input:focus, textarea:focus { background-color:#00c; border:none; }

textarea {
		width: 280px;
		height: 150px;
		margin:0 0 16px 10px;
		border:1px #bbb solid;
		padding:5px;
		background:none;
		color: #fff;
		}
		
select	{ margin-bottom:20px; }
		
.month	{ margin-left:155px; }

.submit	{
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		color:#fff;
		}
.reset	{
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		color:#fff;
		}		
br		{ clear:left; }

.clear	{ clear:both: }