@charset "utf-8";
body
{
	margin: 0px;
	background-color:#EDEDED;
	text-align: center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif; 
}

.fontstyle1
{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.fontstyle2
{
	font:14px Arial, Helvetica, sans-serif; 
	color:#868484;	
}

.msg
{
	color:red;
}

#content
{
	width:500px;
	height:100px;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-50px;
	position:absolute;
}

.inputtext
{
	width:295px;
	height:25px;
	font-size:20px;
	color: #6c7889;
	
}

.randCss
{
	width:70px;
	height:25px;
	font-size:20px;
	color: #6c7889;
}
