

#message_success,  #message_error {
	background-image: url('../images/message.png');
	background-position: top left;
	background-repeat:none;
    height: 125px;
    margin-top: -75px;
    top: 50%;
    left: 277px;
    width: 400px;
    position: absolute;
    text-align:center;
    padding-top:25px;
    z-index:1000;
  }
* html #message_success, * html #message_error {
	background-image: none;
}

* html #ie_message{
	background-image: none;
	position: absolute;
	left:277px;
	margin-top: -75px;
    top: 50%;
    height: 150px;
    width: 400px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/message.png', sizingMethod='scale');
	
}

#message_success h3, #message_error h3{
    margin-bottom:40px;
  }

#ok_button {
    background-color : #d3d6e9;
    border-bottom-color : #9297b7;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #9297b7;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #9297b7;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #9297b7;
    border-top-style : solid;
    border-top-width : 1px;
    
    z-index:1000;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:20px;
    padding-right:20px;
    cursor:pointer;
  }

#ok_button:hover {
    background-color : #F4F4FF;
  }

