@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color:#c2c2c2;
}
#container {
	width:630px;
	margin:0 auto;
}
#header {
	width:100%;
	float:left;
	margin-top:100px;
	text-align: center;
	margin-bottom: 20px;
}
#maincontent {
	width:100%;
	float:left;
	border-bottom:3px solid #bf1e2e;
}
#subcontent {
	width:100%;
	float:left;
	height:275px;
}
.lc {
	border-right:3px solid #bf1e2e;
	width:310px;
	float:left;
	height:100%;
	text-align: right;
}
.rc {
	width:315px;
	float:left;
}
#balance {
	width:300px;
	float:left;
	background-color:#660a0d;
	height:122px;
	text-align:center;
	padding-top: 30px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
label {
	margin-left:-20px;
}
input {
	margin-top:20px;
}
