/** Default Blueberry layout (for development purposes) **/
@import url(../../library-1.0.0b/css/messages.css);

body {
    font-family: verdana, arial, helvetica;
    font-size: 12px;
}
.hide {
    display: none;
}
.question {
    padding: 0 0 20px 0;
}
.question .question-label {
    font-weight: bold;
    margin-bottom: 5px;
}
.navigator .loading {
    background: #eee url('../../../images/default/icons/loading.gif') no-repeat 5px center;
    margin: 5px 0;
    color: #666;
    padding: 5px 5px 5px 30px;
}
.question textarea {
    width: 80%;
    height: 100px;
}

/**
 * Hide icons in error messages cuz mobile phones cannot display
 * them well.
 */
.inline-error {
	background-image: none;
    padding: 5px;
}
