.MessageBlock {
    width: 990px;
    position: relative;
    margin: 0px auto;
}

.MessageBlock .BoxL4 {
    padding: 15px;
}

.MessageBlock p {
    margin: 0px;
    font-size: 1.2em;
}

.MessageBlock .MessageContents {
    min-height: 32px;
    padding-left: 46px;
}

.BlockWarning {
    background-color: #f5ebd3;
    margin-top: 10px;
}

.BlockWarning {
    color: #eb9909;
}

.BlockWarning p {
    color: #eb9909;
}

.BlockWarning .MessageContents {
    background: url(../images/message-block/warning.png) no-repeat left top;
}

.BlockError {
    background-color: #f8e1e1;
    margin-top: 10px;
}

.BlockError {
    color: #ed1f24;
}

.BlockError p {
    color: #ed1f24;
}

.BlockError .MessageContents {
    background: url(../images/message-block/error.png) no-repeat left top;
}

.BlockValidation {
    margin-top: 10px;
    background-color: #e3f7e5;
}

.BlockValidation {
    color: #24a249;
}

.BlockValidation p{
    color: #24a249;
}

.BlockValidation .MessageContents {
    background: url(../images/message-block/validation.png) no-repeat left top;
}

.BlockHelp {
    background-color: #e6edf9;
}

.BlockHelp, .BlockHelp p{
    color: #3366cc;
}

.BlockHelp .MessageContents {
    background: url(../images/message-block/help.png) no-repeat left top;
}

.MessageBlock ul {
    margin: 0px;
    padding: 9px 0px 0px 0px;
    overflow: hidden;
}

.MessageBlock ul li {
    float: left;
    clear: left;
    list-style: none;
    padding-bottom: 3px;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 1.2em;
    font-weight: bolder;
    #height: 16px;
    padding-left: 20px;
}

.MessageBlock ul li a {
    float: left;
    color: #3366cc;
    text-decoration: underline;
}
.MessageBlock ul li a:hover {
    text-decoration: none;
}
       
.LightBoxContents .MessageBlock {
    width: 688px;
}    
.RightWrapper .MessageBlock {
    width: 423px;
    xmargin-left: 13px;
}
.LightBoxContents .RightWrapper .MessageBlock {
    margin-left: 0;
}
.RightWrapper .MessageBlock .BoxL4,
.LightBoxContents .MessageBlock .BoxL4 {
    padding: 11px 15px;
}    
.LightBoxContents .RightWrapper .MessageBlock {
    width: 295px;
}

.MessageWrapperBox {
	margin: 5px 0px;
}

.BlockError ul li {
    padding-left: 0px;
}
