.regbut2 {
	cursor: pointer;
	padding: 8px 10px;
	font-family: "Helvetica Neue",helvetica,Arial,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #5cb85c;
	border-width: 1px;
	border-color: #4cae4c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-style: solid;
	margin: auto;
	text-align: center;
	margin-top: 5px;
	margin-left: 2px;
}

.regbut {
	cursor: pointer;
	padding:8px 10px;
	font-family:"Helvetica Neue",helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
	background-color:#5cb85c;
	border-width:1px;
	border-color:#4cae4c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-style:solid;
	position:absolute;
	right:30px;
	top:13px;
}

.regbut:hover, .regbut2:hover {
	background-color:#449d44;
	border-color:#398439;
}

.button {
	cursor: pointer;
	padding:8px 10px;
	font-family:"Helvetica Neue",helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	border-width:1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-style:solid;
}

.button:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
