
.csc-default p{
	width:583px;
}

 .csc-default .gm-style p{
    width: auto;
}

.message {
 padding: 15px;
 width: 350px;
 margin: 0 auto;
 color:#333;
}

.message.failure {
 background-color: #f2dede;
}

.message.warning {
 background-color: #fcf8e3;
}

.message.info {
 background-color: #d9edf7;
}

.message.success {
 background-color: #dff0d8;
}
