.alert-successoff {
  background-image: url("../../images/alert-successoff.png");
  border-color: #cccccc;
}

body {
	padding:10px 0px 0px 0px;
	background-color:#ffffff;
	color:#333333;
	overflow-x: hidden;
	background-image: url("../images/background.jpg"); 
	background-size: cover;            
    background-repeat:   no-repeat;
    background-position: center top; 
	background-attachment: fixed;
}

body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

.btn-large {
	border-radius:10px;
}

.legal-text {
	color:#333333;
}

a, a:link, a:active, a:hover, a:focus, a:visited { color:#333333; }

.alert-successsmalloff {
  background-image: url("../../images/alert-successsmalloff.png");
  padding: 4px;
  background-position: 2px;
  background-repeat:no-repeat;
  width:22px;
  height:22px;
  text-align:left;
}
.alert-successsmall {
  background-image: url("../../images/alert-successsmall.png");
  padding: 4px;
  background-position: 2px;
  background-repeat:no-repeat;
  width:22px;
  height:22px;
  text-align:left;
}


.assetbox {
	min-height:250px;
}

@media (min-width: 768px) and (max-width: 939px) {

.assetbox {
	min-height:300px;
}


.updatebutton {
	width:95px;
	height:60px;
	padding:0px;
	}

.assetimg {
	max-width: 180px;
	height:auto;
}

}

@media only screen and (max-width: 320px) {

.updatebutton {
	width:95px;
	height:60px;
	padding:0px;
	}

.assetimg {
	max-width: 120px;
	max-height: 120px;
}

}