a.button{
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:33px;
	text-decoration:none;
}

a:hover.button{
	color:#0066CC;
}

.add{
	background:url("../images/icons/plus.ico") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.delete{
	background:url("../images/icons/delete.ico") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.down{
	background:url("../images/icons/arrow-down.ico") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.logout {
	background:url("../images/icons/status-universal-offline.ico") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.user-connected {
	background:url("../images/icons/user.ico") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.user-edit {
	background:url("../images/icons/user_edit.png") no-repeat 10px 8px;
	text-indent:0px;
	display:block;
}

.user-delete {
	background:url("../images/icons/user_delete.png") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.faq {
	background:url("../images/icons/help.ico") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.disclaimer {
	background:url("../images/icons/info.png") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.stats {
	background:url("../images/icons/chart_pie.png") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.uchile {
	background:url("../images/icons/uchile.png") no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}

.dcc {
	background:url("../images/icons/dcc.png") no-repeat 10px 8px;
	text-indent:35px;
	display:block;
}

.myButton {
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #a39ba3;
	display:inline-block;
	color:#666;
	font-family:arial;
	font-size:1em;
	font-weight:bold;
	padding:0.3em 1.5em;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #ffffff;*/
	cursor:pointer;
}

.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
	color:black;
}

.myButton:active {
	position:relative;
	top:1px;
}
