/* CSS Document */
.btn_color{
	text-align:center;
	background:#FFC81B;
	padding:2px 15px;
	min-width:100px;
	font-size:16px;
	color:#673B00;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	cursor: pointer;
}

.btn_pay_color{
	text-align:center;
	background:#FFC81B;
	padding:6px 15px;
	width:300px;
	font-size:16px;
	color:#673B00;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	cursor: pointer;
}

.btn_copy_color{
	text-align:center;
	background:#FFC81B;
	padding:5px 10px;
	min-width:100px;
	font-size:8px;
	color:#673B00;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	margin-left: 5px;
	cursor: pointer;
}

.btn_color_big{
	text-align:center;
	background:#FFC81B;
	padding:6px 20px;
	width:300px;
	font-size:20px;
	color:#673B00;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	cursor: pointer;
}



.topicbgbar{
	width:100%;
	background: #F5F5F5;
	padding: 1px 10px;
	margin-bottom:20px;
}

#container{
	-moz-box-shadow:10px 10px 5px #000000;
	/*-webkit-box-shadow:10px 10px 5px #000000;
	box-shadow:10px 10px 5px #000000;*/
}
