

body{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #333333;
	font-family: 'Roboto', arial;

}


a:link,
a:visited
{
	color: #233882;
	text-decoration: none;
}


a:hover
{
	color: #f61c27;
	text-decoration: none;
}


.spacer{
	display: block;
	height: 20px;
}

.spacer10{
	display: block;
	height: 10px;
}


.spacer30{
	display: block;
	height: 30px;
}



.ok,
.error,
.tips{
	display: block;
	padding: 15px 20px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
}

.ok{
	color: #43a047;
	border: #43a047  1px solid;
	background-color: #e8f5e9;
}

.error{
	color: #f61c27;
	border: #f61c27  1px solid;
	background-color: #ffebee;
}

.tips{
	color: #f9a825;
	border: #fdd835  1px solid;
	background-color: #fffde7;
}





