@charset "utf-8";
/* CSS Document */
a {
	color:#36A5FF;
}
   
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#2C353D;
	background:#53f9ff url(/images/bg/body.png) repeat-x top;
}
br {
	clear:both;
}

form {
	margin:0;
	padding:0;
}
form .label {
	text-align:right;
}
form .error {
	color:#D41C46;
}
h1 {
	font-weight:normal;
	font-size:180%;
	margin-top:3px;
	line-height:100%;
}
h2 {
	font-weight:normal;
	font-size:160%;
	margin-bottom:0;
}
h3 {
	font-weight:normal;
	font-size:130%;
	margin-bottom:0;
}

hr {
	border: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 1px;
}
img {
	border:0;
}
.absolute {
	position:absolute;
}

.big {
	font-size:260%;
}

.black, .black * {
	color:#2C353D;
}

.blue, .blue * {
	color:#36A5FF;
}

.both {
	clear:both;
}

.center {
	text-align:center;
}
.grey, .grey * {
	color:#B8B8B8;
}
.h100 {
	height:100%;
} 
.hand {
	cursor:pointer;
	cursor:hand;
}
.link {
	text-decoration:underline;
	color:#36A5FF;
	cursor:pointer;
	cursor:hand;
}
.left {
	float:left;
}
.mb0 {
	margin-bottom:0;
}
.mb1 {
	margin-bottom:1em;
}
.mb10 {
	margin-bottom:10px;
}
.mr10 {
	margin-right:10px;
}
.none {
	display:none;
}
.orange, .orange * {
	color:#fb4e05;
}
.p1 {
	padding:1em;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.pl10 {
	padding-left:10px;
}
.pt07 {
	padding-top:.7em;
}
.relative {
	position:relative;
}
.right {
	float:right;
}
.small {
	font-size:80%;
}

.w100 {
	width:100%;
}
.white, .white * {
	color:#fff;
}
.whiteBG {
	background:#fff;
}