/*****************/
/* Tom's Classes */
/*****************/

.inlinebutton, .deletesubformbutton, .genericsubmit.afcalcsub{
	background: none rgb(227, 251, 175);
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	border: 1px solid rgb(209, 229, 160);
	color: rgb(139, 177, 16);
	cursor: pointer;
	font-family: arial;
	font-size: 1em;
	font-weight: normal;
	margin: 0.32px 1em 0.32px 30px;
	overflow: hidden;
	padding: 0.2em 0.5em
	text-shadow: none;
	}
	
.deletesubformbutton{
	border: 0px;
	}
	
.dateyeartextbox.genericinput{
	border: 1px solid rgb(204, 204, 204);
	/*color: rgb(102, 102, 102);*/
	color: red;
	padding-bottom: 4px;
	margin-bottom: 0.75em;
	}
	
.datecombo{
	background: url(http://corbycam.firmstep.com/css/f3cssgifs/dateicon.gif) no-repeat 8px;
	margin-left: 2px;
	}
	
.generictextinput{
	background: url();
	border: 1px solid rgb(204,204,204);
	margin-right: 0.16em;
	margin-top: 0.32em;
	margin-bottom: 0.32em;
	width: 30%
	}
	
.columntextinput{
	background: url();
	border: 1px solid rgb(204,204,204);
	margin-right: 0.16em;
	margin-top: 0.32em;
	margin-bottom: 0.32em;
	width: 100%
	}
	
hr{
	background-color: rgb(204,204,204);
	color: rgb(204,204,204);
	width: 100%;
	border: none;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.formdesc{
	font: normal normal normal 9pt/normal Arial, Helvetica, 'Verdana sans-serif';
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	}	
	
.fieldlabel, .fieldlabel li, .fieldlabel a, .headerlabels{
	font: normal normal normal 9pt/normal Arial, Helvetica, 'Verdana sans-serif';
	color: rgb(102, 102, 102);
	font-size: 1.2em;
	font-weight: normal;
	}
	
.headerlabels{
	text-transform: capitalize;
	font-weight: bold;
	}
	
.fieldlabel li{
	font-size: 10.5pt;
	margin-bottom: 5px;
	}
	
ul.fieldlabel{
	margin-top: 0px;
	}
	
p.fieldlabel{
	margin: 0px;
	padding: 0px;
	}
	
.fieldlabel a, .formdesc a{
	color: rgb(139, 177, 16);
	}
	
.fieldlabel a:hover, .formdesc a:hover{
	color: rgb(102, 102, 102);
	}
	
.formdesc a{
	font-weight: bold;
	}
	
	
.mandwarning{
	font-weight: bold;
	color: red;
	text-align: center;
	}
	
.formheading{
	text-align: center;
	font-size: 2em;
	margin-bottom: -10px;
	}
	
.renderbuttonstable select{
	border: 1px solid rgb(204, 204, 204);
	padding: 1px;
	margin-right: 5px;	
	}
	
button {
	background-color: rgb(204,204,204);
	}
	
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	