body
{
/*	font-size: 80%;*/
	color: #000000;
	margin: 0px;
	overflow: auto;
        -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, table, td, th, ul, ol, textarea, input
{
	font-family:arial,helvetica,verdana,sans-serif;
}

h1
{
	font-size: 200%;
	margin-top: 0px;
	font-weight: bold;
}

h2
{
	font-size: 160%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3
{
	font-size: 120%;
	font-weight:normal;
}

h4 
{
	font-size:100%;
}

h5
{
	font-size:90%;
}

h6 
{
	font-size:80%;
}

h1, h2, h3, h4, h5, h6
{
	background-color:transparent;
	color:#000000;
}

input, textarea
{
	font-size:80%;
}

.sFont
{
  font-size:11px;
}

.mFont
{
  font-size:14px;
}

.link
{
  color: #0000ff;
  cursor: pointer;
  text-decoration: underline;
}

.error
{
  font-size:70%;
  color: #ff0000;
}

.bg1
{
  background-color: #ddddff;
}

.bg2
{
  background-color: #ddffdd;
}

ol.steps
{
	margin: 10px 0;
	/*background: url(http://s.respaper.com/css/bg.gif) repeat-y; */ /*--Bg of the order numbers--*/
	/*padding: 0 0 0 35px;*/ /*--Distance between the order numbers--*/
	border: 1px solid #00f;
  color: #cbff78;
}

ol.steps li 
{
	margin: 0;
	padding: 2px;
	/*height:25px;*/
	color: #000;
	border-top: 0;
	border-bottom: 1px solid #00f;
	border-right: 0;
	/*border-left: 1px solid #00f;
	background: #ddf;*/
	background-color: #EFF3FA;
}

ol.steps li:last-child
{
	border-bottom: 0;
}

.mainwrapper
{
  width: 865;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

.alert_text
{
	background-color: #cccccc;
	border-bottom: 2px solid #aeaeae;
	color:#000000;
	font:bold 20px arial,sans-serif;
	height:45px;
	left:0;
	opacity:0.9;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	display:none;
}

.topButton
{
  height:20;
  border:1px solid white;
  background:#eeeeee;
  border-radius:5px;
  text-decoration:none;
  font-family:Arial;
  font-size:14px;
  padding-left:2px;
  padding-right:2px;
  padding-top:1px;
  color:blue;
  cursor:pointer;
}

.topText
{
  font-family:Arial;
  font-size:14px;
  color:#eeeeee;
}

.user_pic
{
  height:64;
  width:64;
}

