/*CSS Style Sheet for Jarrod Construction Form*/
/** Last Edited by: Jackson Marketon - Page Technology
    Date Created: 3/2/2010
	Date Last Edited: 3/2/2010
**/

/*Reset*/
p {
	padding: 0;
	margin: 0;
	}

/*Default Styles (some double as resets)*/
body {
	background:#CCCC99;
	}
table {
	margin: 0;
	padding: 0;
	border: 5px;
	}
tr {
	border: 0;
	margin: 0;
	padding: 0;
	}
td {
	border: 0;
	margin: 0;
	padding: 0;
	}

/*Styles for Left/Right sides of table/form*/
td.left {
	width: 100px;
	color: #660000;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	padding: 5px 5px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
td.right {
	width: 200px;
	padding: 5px 0px 0px 0px;
	}

/*Styles for form elements*/

/**Text Boxes**/
.entry {
	background-color:#FFFFCC;
	border: 1px solid #666633; 
	}
/**IP Address**/
.ip {
	color: #999999;
	padding-left: 2px;
	font-weight: bold;
	background: #777777;
	vertical-align: text-top;
	}
/** "Special" Text (Header) **/
.subhead {
	color: #660000;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
/** Text Labels for form **/
.formtxt {
	padding: 0;
	color: #666633;
	font-size: 12px;
	text-align: left;
	margin: 0;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serf;
	}
