.left {
	float: left;
	padding: 0px 10px 0px 0px;
        display: inline;
}
.right {
	float: right;
	padding: 0px 0px 0px 10px;
        display: inline;
}
.img-float-left{
	margin: 0px 10px 10px 0px;
	float: left;
        display: inline;
}
.img-float-right{
	margin: 0px 0px 10px 10px;
	float: right;
        display: inline;

}
.btn_box {
text-align:center; 
margin:20px 0 35px 0;
}

button.css3button {
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffccd1 0%,
		#ff9ba4 25%,
		#ff6e7c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffccd1),
		color-stop(0.25, #ff9ba4),
		to(#ff6e7c));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #f46464;
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}
button.css3button:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}