body{
	background-color: #cc181e !important;
	display: block;	
	margin: 0px;
  font-family: verdana;
	padding: 0px;
}


.tableMain{
	width:45%;
	margin:70 auto;
	
}


.tableInside{
	width:100%;
	padding-bottom: 40px;
	margin: 20px;
	margin-bottom: 50px;
	border:none;

}
.tableHeading{
	font-weight: bolder;
	padding: 25px;
	color: #fff;
	border-bottom: 5px solid #fff; 
	border-top: 5px solid #fff;
	border-radius: 30px; 
	background-color: #cc181e;
	font-family: sans-serif; 
}
.tableHeading span{
	color: #1c1c1c;
	background-color: #fff;
	border-radius: 5px;
	padding: 3px;
	
}
.tablePrompt{
	padding-top: 20px;
	color: #fff;
	font-family: sans-serif;
	font-weight: bold;
	

}
.tablePrompt a{
	text-decoration: underline;
	color: #1c1a1c;

}
.tablePrompt a:hover{
	text-decoration: underline;
	color: #e1e1e1;
	
}
.txtBox{
	border:1px solid #f09a9d; 
	border-radius: 2px;
	font-weight: normal;
	padding: 1px;
	font-family: arial;
	color:#000;

}
.loginButton{
	background-color: #fff;
	color: #cc181e;
	font-family: sans-serif;
	font-weight: bold;
	width: 80px;
	border-radius: 20px;
	height: 30px;
}
.loginButton:hover{ 
border-color: #454545;
}