#install_button {
	position: absolute;
	bottom: 15px;
	right: 0;
}

#install_button a {
	display: block;
	width: 140px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
	background: #109D58;
	border-radius: 3px;
}

#close_button {
	width: 28px;
	height: 28px;
	font-size: 28px;
	color: #666;
	position: absolute;
	right: 5px;
	bottom: 15px;
}

#open_button {
  width: 45%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  min-width: 140px;
}

#open_button a {
	display: block;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	padding: 8px 0;
	background: #109D58;
	border-radius: 4px;
}

#uninstall_button {
	margin-right: 10px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  min-width: 140px;
}

#uninstall_button a {
	display: block;
	color: #109D58;
	font-size: 15px;
	text-align: center;
	padding: 7px 0;
	border: 1px solid #109D58;
	border-radius: 4px;
}

#progress_bar {
	height: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: left;
	width: 96%;
}

#progress_information {
	width: 96%;
}

#install_text,
#uninstall_text {
	color: #666;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}

#result_box {
	display: -webkit-box;
	display: -moz-box;
	padding-top: 10px;
}

#progress_box {
	color: #666;
	position: absolute;
	bottom: 20px;
	width: 90%;
}

.ui-progressbar .ui-progressbar-value {
	background: #109D58;
	width: 0%;
	margin-right: 0px;
	-webkit-border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	-ms-border-radius:3px 0px 0px 3px;
	-o-border-radius:3px 0px 0px 3px;
	border-radius:3px 0px 0px 3px;
}

.ui-widget-header {
	border: 1px solid #109D58;
}

.initializing_progress_bar {
	background: #BDE4D2;
	-webkit-background-size: 24px 20px;
	-moz-background-size: 24px 20px;
	-ms-background-size: 24px 20px;
	-o-background-size: 24px 20px;
	background-size: 24px 20px;
	border: 1px solid #BDE4D2;
}

.downloading_progress_bar {
	background: #E7E7E7;
	border: 1px solid #E7E7E7;
}