@charset "utf-8";
/* CSS Document */
h1 {
	font:bold 14px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color:#FF3300;
	padding-top:10px;
	}

label,input {
	display: block;
	width: 165px;
	float: left;
	margin-bottom: 10px;
	font:13px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color:#666666;
	}
 
label {
	width: 110px;
	padding:2px 20px 0 4px;
	}

textarea {
	width:350px
	}

.right { text-align:right }
.left {
	text-align: left;
}
.subHead {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	color: #666666;
}
.checkbox {
	width: 20px;
}
 
br {
	clear:left;
	}
	
/* clearing floats */

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
