.tabsHome{
	width:910px;
	height:300px;
	margin:0 auto;
	
}

#quick_menu {
width: 160px;
height: 231px;
position: fixed;
z-index: 1;
background: url("../images/common/quick_bg.png") no-repeat 0 15px;
text-align: center;
right: 3%;
bottom: 0px;
}



.alert {
  padding: 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fdff72;
  border: 1px solid #a04f00;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-error div{
    color: #f00;
    font-weight: bold;
}
.alert-success{
	background-color: #B0FF5C;
}