@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}

.new-request {
	width:580px;
	overflow:hidden;
	}
	
fieldset {
	padding:15px;
	border:none;
	border-top:1px solid #3cc;
	overflow:hidden;
	}

legend{
	margin-bottom:6px;
	padding:0 .5em;
	color:#066;
	background:#fff;
	font-size:1.3em;
	font-weight:bold;
	}
	
label {
	color:#099;
	font-size:1.2em;
	width:80px;
	text-align:right;
	float:left;
	margin-right:6px;
	padding-top:6px;
	display:block;
	}
	
.datarow {
	height:27px;
	width:540px;
	margin:6px 12px;
	font-size:1em;
	overflow:hidden;
	line-height:1.2em;
	}
	
select {
	width:173px;
	border:1px solid #6cc;
	}
	
.plus {
	margin-left:9px;
	height:20px;
	background:url(images/plus.png) top center no-repeat;
	border:0;
	float:right;
	}
	
#add {
	float:right;
	margin-right:39px;
	}

#commentary {
	text-align:center;
	}
	
#commtext {
	width:420px;
	height:90px;
	margin:0 100px;
	padding:5px;
	overflow:auto;
	border:1px solid #6cc;
	}
	
#comm2full {
	width:420px;
	height:90px;
	padding:5px;
	overflow:auto;
	border:1px solid #6cc;
	margin-right:6px;
	}
	
.infoput, #commtext, select, #com2full, .date {
	font-size:1.05em;
	font-weight:bold;
	color:#333;
	}

select {
	color:#699;
	}
	
.sub {	
	margin:12px auto;
	background:url(images/subbutton.png) top left no-repeat;
	width:100px;
	height:25px;
	border:0;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	}
	
.sub:hover {
	background-position:bottom left;
	cursor:pointer;
	}
.sel2 {
	width:210px;
	margin:5px 45px;
	}