/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
    font-family: sans-serif;
}

.alertify {
    background: #FFF;

      border-radius:0;
    width: 402px;
    margin-left: -201px;
    top: 50%;
    margin-top: -100px;

}

.alertify-text {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 4px;
}

.alertify-button {

    color: #FFF;

    text-decoration: none;
    border: 1px solid #ccc;
	font-size:14px;
    width: 100px;
	

}

.alertify-button:hover,
.alertify-button:focus {
    outline: none;
    border: 1px solid #ccc;
}

.alertify-button:focus {

}

.alertify-button:active {
    position: relative;

}

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
color:#333;
   height: 30px;
    width: 100px;
    font-size: 14px;

}

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
   color:#333;
    height: 30px;
    width: 100px;
    font-size: 14px;

}

.alertify-log {
    background: #1F1F1F;
    background: rgba(0, 0, 0, .9);
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}

.alertify-log-error {
    background: #FE1A00;
    background: rgba(254, 26, 0, .9);
}

.alertify-log-success {
    background: #5CB811;
    background: rgba(92, 184, 17, .9);
}
.alertify-message
{
    padding: 50px 10px 20px 10px;
    margin-bottom: 0;
	font-size:14px;
	color:#333;
}

.alertify-buttons{
    border: none;
    padding: 0 0 34px 0;
}