	#gpf {
		
		font-size:10px;
	}
	
	#gpf fieldset {
		border:1px solid #004976;
		width:553px;
		margin-left:0px;
		}
  
	#gpf legend {
		border:0px solid #004976;
		padding: 7px;
		color:#004976;
		font-size:100%;
		text-align:left;
		font-weight:bold;
		letter-spacing:2; 
		}

	#gpf label {
		float:left;
		width:140px;
		text-align:right;
		margin: 6px 0px 7px 0px;
		padding: 2px 5px 0px 4px;
		clear: both;
		}

	#gpf .inLineText{
		float:none;
		text-align:left;
		xmargin: 6px 0px 7px 0px;
		padding: 0px 5px 0px 5px;
		display:inline;
		font-size: 9px;
		vertical-align: middle;
		}
		

	#gpf .inLineText2{
		float:none;
		text-align:left;
		margin: 6px 0px 7px 0px;
		padding: 2px 5px 0px 4px;
		display:inline;
		}		
		

	#gpf input[type="text"], select, text, textarea {
		float:none;
		margin: 7px 0px 7px 0px;
		padding: 2px 0px 0px 2px;
		width:200px;
		}
		
	#gpf input[type="submit"], #gpf input[type="button"] {
		background-color: #004976;
		background-repeat: no-repeat;
		background-position: 2px center;
		padding: 4px;
		margin: 7px 0px 7px 0px;
		border: 1px solid #c0c0c0;
		-moz-border-radius: .3em;
		border-radius: .3em;
		color: #ffffff;
		font-weight: bold;
	}
	
	#gpf input[type="submit"]:hover {
		background-color: #e0e0e0;
		border: 1px double #909090;
		color: #505050;
	}	
	

	#gpf .gpf_inputReadOnly {
		color: #C0C0C0;
		font-weight:bold;
		}

	#gpf .gpf_errorLabel {
		color: #FF0000;
		}
		
	#gpf .gpf_errorText {
		font-size:11px;
		color: #FF0000;
		letter-spacing:2px;
		text-align:center;
		width:350px;
		height:30px;
		float:right;
		}
		
	#gpf .gpf_errorText2 {
		color:#000000;
		letter-spacing:normal;
		}

	#gpf .gpf_required {
		color:red;
		}

	#gpf .gpf_requiredText {
		color:#000000;
		padding-right:25px;
		float:right;
		}
		
	#gpf .gpf_calendar {
		position: absolute;
		visibility: hidden;
		background-color: white;
		layer-background-color: white;	
	}
	
	#gpf .subTitle {
		color:#808080;
		border-top:1px solid #808080;
		margin:10px 0px 0px 0px;
		text-align:left;
		clear:both;	
	}