/* in Page Form Module */
#inPageForm {
	margin: 0 auto;
}
#inPageForm fieldset{
	padding: 0;
}
#inPageForm input {
	font-family: arial !Important;
	padding:2px;
	color:#333; 
	width:280px; 
	height:15px;
	font-size: 14px !important;
}
#inPageForm textarea {
	font-family: arial !Important;
	padding:2px;
	color:#333; 
	width:280px; 
	height:30px;
	font-size: 14px !important;
}
#inPageForm label   { 
	text-align:left;
	display:block; 
	font-size:11pt; 
	width:280px;
	color: #555;
	font-size-adjust: 20px;
}

#requiredField span { 
	font-size:1.2em; 
	color:#FFFFFF;
}
#inPageForm .label_textinput_pair, .label_textarea_pair{
	
	padding-top: 10px;	
	padding-left: 0px;
}
.inPageFormLink{
	display:block;
	padding:1em 1em 1.6em 5em;
	cursor: pointer;
	margin: 0 auto !important;
}
.inPageFormOuterWrapper{
	clear: both;
	position: absolute;
	display: none;
	background-color:#fff;
	border:7px solid #DDDDDD;
	bottom:0;
	right: 0;
	overflow:hidden;
	padding:20px;
	width:285px;
	z-index:99999;
}
.submit_button{
	float: right;
	clear: both;
	margin: 10px 0 0 0;
	background:#E57B7D;
	width: 60px;
	color: #fff;
}
.INPAGEmessagebox{
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 13px !important;
}
.close_me{
	text-decoration: none;
	color: #E57B7D;
	font-weight: bold;
	font-size: 11px;

}
.inPageFormInnerWrapper{

}
.dttl{
	font-family: georgia !important;
	font-size: 1.7em;
	color: #666;
}

