.alert-box {
    color:#555;
    border-radius:5px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
		font-weight: lighter;
		padding:5px 10px 10px 36px;
    margin-top:15px;
    margin-bottom:20px; 
    margin-left:0px;  
    margin-right: 10px;
	}
	
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.error {
    background:#ffecec url('images/error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}

.success {
    background:#e9ffd9 url('images/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}

.warning {
    background:#fff8c4 url('images/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}

.notice {
    background:#e3f7fc url('images/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

/*IPAD MINI*/
@media only screen (min-device-width : 768px) and (max-device-width : 1024px) {

.alert-box
{
	width: 695px;	
}

}


@media only screen and (min-width : 600px) and (max-width : 603px) {
   
.alert-box
{
	width: 530px;	
	margin-right: 20px;
}

}

}