/* Import Modular CSS Files  */
@import 'Login.css';
@import 'Registration.css';
@import 'Payment.css';


/* CSS for Master Page  */
body
{
	
	margin: 10px 0px 10px 0px;
	/*text-align: center;*/
}

.Banner
{
	line-height: 80px;
	background-image: url('../Images/master_page_r1_background.jpg');
	margin-bottom: 30px;
}



.Footer
{
	color: White;
	text-align: center;
	background-image: url('../Images/master_page_footer.jpg');
	line-height: 27px;
	margin-top: 30px;
	padding-left: 30px;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
}

.FormLabel
{
	clear: both;
	width: 48%;
	line-height: 25px;
	text-align: right;
	float: left;
	padding-top: 10px;
}

.FormInput
{
	width: 48%;
	line-height: 25px;
	text-align: left;
	padding-top: 10px;	
}

.FormFullRight
{
	width: 98%;
	line-height: 25px;
	text-align: right;
	padding: 30px 20px 20px 5px;
}
.ErrorMessage
{
	width: 97%;
	background: yellow;
	visibility: hidden;
	font-weight: bold;
	text-align: left;
	background: yellow;
	z-index: 100;
	margin: 0 auto;
	padding: 0px;
	list-style: none;

}

.ErrorMessage ul
{
	list-style-type:none;
}
/*.ErrorMessage 
{	
	text-align: center;
	color: Red;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	padding:10px;
}
*/


