.fadeblack{
	background: none repeat scroll 0 0 #000000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
#CMessageBlock{  background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    position: fixed;
    z-index: 0;
	display:none;
}
.cMessageBlock {
    display: inline-block;
    padding: 15px;
    width: 500px;
}

#CMessageBlock img {float:none;}
#CMessageBlock p
{
font-size:12px;
font-weight:bold;
margin-bottom:5px;
text-align:center;
}



.scrollUp {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 4px;
    display: block;
    padding: 5px;
    width: 520px;
	height:30px;
	font-size:14px;
	font-weight:bold;
}
.right {
    float: right;
	padding-right:5px;
}
.submit-button {
    cursor: pointer;
    margin-top: 10px;
}