﻿/*.messageInformation,    
.messageSuccess,
.messageWarning {
    float:left;
    clear:both;
    width:470px;
    overflow:hidden;
    padding:5px 0 0 0;
    display:inline;
    margin:0 0 5px 10px;
    
    background-color:White;
    }

.messageWarning {
    color: #7a6d00;
    background-color:#fff5ae;
	border:solid 1px #7a6d00;
    }
    
.messageSuccess {
	color:#48831d;
	background-color:#f4ffe7;
	border:solid 1px #48831d;
    }     
    
.messageInformation {
    color:#294b92;
    background-color:#ebf5ff;
	border:solid 1px #294b92;
    }
         
.messageIcon {
    float:left;
    display:inline;
    margin:0px 15px 0px 10px;
    } 

.messageContent {
    float:left;
    padding:5px 10px 10px 5px;
    width:90%;
    line-height:1.3em;
    }

.messageContent p {
	margin:0;
	}*/
input.messageButton {
    color:#566071 !important;
	font-family:verdana;
	font-weight:bold;
	/*background: url("../../images/buttonBGTrans.gif") no-repeat top left;*/
	height:24px;
	/*width:98px !important;*/
	width:auto !important;
	padding-bottom:5px;
	font-size:0.9em;
	margin-left:5px;
	/*border:none;*/
	float:right !important;
    }