body {
	background-color:#FFFFFF !important;
}

#popUpContainer{
	width:400px;
	height:500px;
}

#popUpHeaderContainer{
	width:100%;
	height:70px;
	margin-bottom:1px;	
}

#popUpFooterContainer{
	margin:0px 10px 5px 10px;
	clear:both;
}

#popUpContainer H1{
	font-size:17px;
	font-weight:bold;
	padding:2px 0px 0px 0px;
	margin-bottom:2px;
}

#popUpContainer H2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

#popUpContainer p{
	margin:0px;
	line-height:12px;
}

#popUpContentContainer{
	margin:0px 17px 20px 20px;
	
}

#popUpFormContainer{
	padding:8px 0px 0px 8px;
	margin-top:15px;
	
}

.popUpFieldRow{
	
	padding:2px 0px 2px 0px;
}

.popUpFieldLabel{
	font-size:12px;
	font-weight:bold;
	padding-left:1px;
	line-height:12px;
	margin-bottom: 3px;
}

input.popUpInput{
	width:227px;
	padding-left:4px;
	height:16px;
}

textArea.popUpTextArea{
	width:227px;
	padding-left:4px;
	font-family:tahoma,arial;
}

.popUpSubmitButtonContainer{
	margin:13px 0px 0px 0px;
	

}

.popUpErrorText{
	padding:2px;
	margin-bottom:1px;
}

#closePopup{
	float:right;
	text-align:right;
	display:block;
	margin-top:4px;
}