.ui-button {
	color: white !important;
	background-color: rgb(163, 208, 0);
	background-image:  url(../images/ui_button.png);
	background-position:  center;
	background-repeat:  repeat-x;
	font-size: 1em;
	font-weight: normal;
	padding: 0.4em 0.8em;
	line-height: 1em;
	border: 1px solid  rgb(159,192,29);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:4px;
	border-radius: 4px;	

}

.ui-button:hover {
	background-image:  url(../images/ui_button_hover.png);

}

.ui-button:active {
	background-image:  url(../images/ui_button_active.png);

}

/* Corner radius */
.ui-corner-tl { 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px; 
}
.ui-corner-tr { 
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px; 
	border-top-right-radius: 4px;
}
.ui-corner-bl { 
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px; 
}
.ui-corner-br { 
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px; 
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.ui-corner-bottom { 
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px; 
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px; 
}
.ui-corner-right {  
	-moz-border-radius-topright: 4px; 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px; 
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px; 
}
.ui-corner-left { 
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px; 
}
.ui-corner-all { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:4px;
	border-radius: 4px;
}

.ui-message {
	font-size: 1.1em;
	width : 20em;
	line-height: 2.2em;
	min-height: 2.2em;
	margin: 1.8em auto;
	padding: 8px;
	text-align: center;

}

.ui-message-ok {

	float: left;
	font-size: 1.1em;
	width : 20em;
	line-height: 2.2em;
	min-height: 2.2em;
	margin: 1.8em auto;
	padding-left: 96px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../images/ui-message-ok.png);
	background-position: 24px center;
	background-repeat: no-repeat;

}
.ui-message-alert {

	float: left;
	font-size: 1.1em;
	width : 20em;
	line-height: 2.2em;
	min-height: 2.2em;
	margin: 1.8em auto;
	padding-left: 96px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../images/ui-message-alert.png);
	background-position: 24px center;
	background-repeat: no-repeat;

}
.ui-message-error {
	float: left;
	font-size: 1.1em;
	width : 20em;
	line-height: 2.2em;
	min-height: 2.2em;
	margin: 1.8em auto;
	padding-left: 96px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(../images/ui-message-error.png);
	background-position: 24px center;
	background-repeat: no-repeat;

}

.ui-share {
	float: left;
	width: 340px;
	margin: auto;
	padding: 2em 0 1em 0;
	background-color: rgb(233, 236, 241); 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:4px;
	border-radius: 4px;	
 
}

.ui-share li{
	float: left;
}
.ui-share .share_option{
	margin: 10px;
	padding: 24px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}