/* Global Buttons Start */

.buttons {
	position: relative;
	float: left;
	display: inline;
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height: 30px;
	margin: 15px auto 0 auto;
	padding: 0;
	font: normal 13px "Verdana", "Arial", "Helvetica"; /* Change 13px as desired */
	text-decoration: none;
	text-align: center;
}

ul.login_buttons {
	width: 90%;
	height: 100%;
	margin: 0 0 0 45px;
}

.buttons ul {
	list-style-type: none;
}

.buttons li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.buttons li.buttonspacer {
	display: inline-block;
	position: relative;
	float: left;
	width: 15px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: inherit;
}

div.button {
    display: block;
    min-width: 100px;
	width: auto !important;
    margin: 0;
    padding: 0;
    text-align: center;
	text-decoration: none;
}

button.sendbutton {
    float: left;
    display: block;
	background: transparent url('../images/button_left.png') no-repeat top left;
	height: 30px; /* Height of button background height */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	padding-left: 10px;  /* Width of left menu image */
    font: normal 13px "Arial" ,"Helvetica", "Verdana"; /* Change 13px as desired */
	font-weight: 600;
    color: #fff;
	cursor: pointer;
}

button.sendbutton span {
    float: left;
    display: block;
    min-width: 60px;
    width: auto !important;
	height: 30px; /* Height of button background height */
    background: transparent url('../images/button.png') no-repeat top right;
    padding: 6px 10px 0 0; /*Set 11px below to match value of 'padding-left' value above*/
    text-align: center;
    color: #fff;
	text-decoration: none;
}

a.button {
    float: left;
    display: block;
	background: transparent url('../images/button_left.png') no-repeat top left;
	height: 30px; /* Height of button background height */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	padding-left: 10px;  /* Width of left menu image */
    font: normal 13px "Arial" ,"Helvetica", "Verdana"; /* Change 13px as desired */
	font-weight: 600;
    color: #fff;
	cursor: pointer;
}

a.button span {
    float: left;
    display: block;
    min-width: 60px;
    width: auto !important;
	height: 30px; /* Height of button background height */
    background: transparent url('../images/button.png') no-repeat top right;
    padding: 7px 10px 0 0; /*Set 11px below to match value of 'padding-left' value above*/
    text-align: center;
    color: #fff;
	text-decoration: none;
}

a.button :hover {
    color: #73aa45;
	text-decoration: none;
}

a.button :visited {
    color: #73aa45;
	text-decoration: none;
}

div.buttonspacer {
	display: inline-block;
	position: relative;
	float: left;
	width: 20px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: inherit;
}

/* Global Buttons End */

div.registerButton {
	clear: both;
	width: 80px;
	height: 30px;
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 0 5px 0 5px;
}