﻿	#gpf {
		visibility:hidden;
	}
	
	#gpf fieldset {
		border:1px solid #006BB6;
		width:500px;
		margin-left:12px;
		}
  
	#gpf legend {
		border:0px solid #006BB6;
		padding: 7px;
		color:#006BB6;
		font-size:120%;
		text-align:left;
		font-weight:bold;
		letter-spacing:2; 
		}

	#gpf label {
		clear:both;
		float:left;
		width:120px;
		text-align:right;
		margin: 6px 0px 7px 0px;
		padding: 2px 5px 0px 4px;
		}

	#gpf input, select, text, textarea {
		float:none;
		margin: 7px 0px 7px 0px;
		padding: 2px 0px 0px 2px;
		}

	#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;	
	}