@import url(color.css);
@import url(typography.css);
@import url(layout.css);

.MessageBoxError {
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
padding: 7px;
border-width: 1px;
border-style: solid;
background-color: #FFEBE8;
border-color: #DD3C10;
}

.MessageBoxError p{
font-size: 11px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
color: #333;
line-height: 1.0;
text-align: left;
direction: ltr;
}

.MessageBoxErrorSignUp {
width: 294px;
margin:auto;
padding: 7px;
border-width: 1px;
border-style: solid;
background-color: #FFEBE8;
border-color: #DD3C10;
}

.MessageBoxErrorSignUp p{
font-size: 11px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
color: #333;
line-height: 1.0;
text-align: left;
direction: ltr;
}