/* CSS file for my QuickNote
 * Created By: Fidel A. Captain
 * Created On: 24-4-07
 * Modified By: 
 * Modified On: 3-11-08
 */



fieldset {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #0036ab;
	border: 1px solid #eaeaea;
	border-top: 5px solid #eaeaea;
	background: url(../images/bg_body.jpg) repeat-x;
	}

label {
	display: block;
	float: left;
	}

p.head {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	}

p.btnpadding {
	padding-top: 20px;
	}

fieldset#quicknote {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 330px;
	}

label.qn {
	width: 80px;
	}

input.qn {
	width: 225px;
	color: #0036ab;
	background: url(../images/bg_body.jpg) repeat-x;
	}
	
textarea.qn {
	width: 225px;
	height: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0036ab;
	background: url(../images/bg_body.jpg) repeat-x;
	}
	
input:focus, textarea:focus, select:focus {
	background: #00a8f0;
	}

button.qnbtn {
	width: 80px;
	font-size: 11px;
	}	
	
.errMsgQN {
	background: #00a8f0;
	color: #FF0000;
	margin: 0px;
	margin-left: 8px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #eaeaea;
	width: 350px;
	display: block;
	}
	
.red {color: #FF0000; }

------WebKitFormBoundaryuMWTUds3mohSfqxe
Content-Disposition: form-data; name="userfile"; filename="reserve.css"
Content-Type: text/css

/* CSS file for reservations for LoBlolly Cottages
 * Created By: Fidel A. Captain
 * Created On: 08-11-08
 * Modified By: 
 * Modified On: 
 */



fieldset {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #0036ab;
	border: 1px solid #eaeaea;
	border-top: 5px solid #eaeaea;
	background: url(../images/bg_body.jpg) repeat-x;
	}

label {
	display: block;
	float: left;
	}

p.head {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	}

p.btnpadding {
	padding-top: 20px;
	}

fieldset#reservation {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 370px;
	}

label.rsv {
	width: 120px;
	}

input.rsv {
	width: 225px;
	color: #0036ab;
	background: url(../images/bg_body.jpg) repeat-x;
	}

input.short {
	width: 40px;
}
	
input.date {
	width: 90px;
}
	
select.rsv {
	width: 225px;
	color: #0036ab;
	background: url(../images/bg_body.jpg) repeat-x;
	}
	
textarea.rsv {
	width: 225px;
	height: 100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0036ab;
	background: url(../images/bg_body.jpg) repeat-x;
	}
	
input:focus, textarea:focus, select:focus {
	background: #00a8f0;
	}

button.rsvbtn {
	width: 80px;
	font-size: 11px;
	}	
	
.errMsgRsv {
	background: #00a8f0;
	color: #FF0000;
	margin: 0px;
	margin-left: 8px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 1px solid #eaeaea;
	width: 390px;
	display: block;
	}
	
.red {color: #FF0000; }

