	body {
		font-family: tahoma;
		font-size: 13px;
	}
	a {
		color: #2F6DC4;
		text-decoration: none;
	}
	a:hover { 
		color: red;
		text-decoration: underline;
	}
	#warper {
		position: relative;
		float: none;
		margin: 0 auto;
		width: 800px;
		
	}
	#leftside {
		position: relative;
		float: left;
		margin-top: 95px;
	}
	#rightside {
		position: relative;
		float: left;
		width: 650px;
		margin-left:5px;
		font-size: 15px;
	}
	#toright {
		position: relative;
		float:right;
		width: 600px;
		margin-right: 5px;
	}
	.menu a { 
		border-left: 4px solid #92C135;
		padding: 6px 4px 6px 10px;
		font-weight: bold;
		margin-bottom: 4px;
		width: 122px;
		vertical-align: middle;
		text-decoration: none;
		color: #000;
		display: block;
	}
	.menu a:hover {
		border-left: 4px solid red;
		background: #F2F2F2;
	}
	#sitetitle {
		position: relative;
		text-align: right;
	}
	#sitetitle h1,#sitetitle  h2 {
		clear: both;
		font-weight: bold;
		color: #2F6DC4;
		line-height: 5px;
	}
	#sitetitle h1 {
		padding-top: 10px;
		font-size: 30px;
	}
	#sitetitle h2 {
		padding-top: 10px;
		font-size: 14px;
	}
	#footer {
		position: relative;
		float: none;
		width: 900px;
		text-align: right;
		font-size: 11px;
		color: #C4C4C4;
	}
	#footer a {
		color: #C4C4C4;
		text-decoration: none;
	}
	#footer a:hover {
		color: #2F6DC4;
		text-decoration: underline;
	}
	#content h2 {
		border-bottom: 2px solid #92C135;
		padding: 4px 0 2px 0;
		margin: 10px 0 8px 0;
		font-size: 18px;
		font-weight: bold;
	}
	.clear {clear: both; line-height: 0; height: 0; width:0; display: block; overflow:hidden;}
	#buyform label, #sizeorder label {
		float: left;
		position: relative;
		line-height: 20px;
		text-align: right;
		padding-right: 5px;
	}
	#buyform label {
		width: 160px;
	}
	#buyform input {
		width: 200px;
	}
	#buyform textarea {
		width: 250px;
		height: 60px;
	}
	#buyform p, .sizeorderinside p {
	padding: 0;
	margin: 6px 0;
	}
	#sizeorder {
		position: relative;
		float: none;
		margin-left:0px;
	}
	.sizeorderinside {
		position: relative;
		float: left;
		width: 450px;
	}
	#sizeorder label {
		width: 320px;
	}
	#sizeorder input {
	margin-left:30px;
		width: 50px;
	}
	#amount {
		position: relative;
		float: right;
		border: 1px solid #000;
		padding: 8px;
		margin: 8px 100px 8px auto;
	}
	#amount span {font-weight: bold; font-size: 16px; color: red;}
	#buyform .detail, #buyform .detailnomargin {
		font-size: 11px;
		color: #6C6C6C;
		margin-bottom: 4px;
	}
	#buyform .detail {
		margin-left: 165px;
	}
	#transfercode {
		float: left;
		position: relative;
	}
	#successstatus {
		width: 590px;
		border: 1px solid #92C135;
		background: #ECFFC5;
		padding: 5px;
		margin-bottom: 10px;
	}
	#successstatus .hilight {font-size: 10pt; color: #92C135; font-weight: bold;}
	#successstatus .big {font-size: 16pt; font-weight: bold;}
	#errorstatus {
		width: 590px;
		border: 1px solid red;
		background: #FFE2E2;
		padding: 5px;
		margin-bottom: 10px;
	}
	#errorstatus .hilight {font-size: 10pt; color: red; font-weight: bold;}
	.bigtxt {
		font-size: 12pt;
		font-weight: bold;
	}
	.hilight {
		font-size: 12pt;
		color:#0033CC;
		font-weight: bold;
	}
	.hilightred {
		font-size: 12pt;
		color:red;
		font-weight: bold;
	}