.text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px; color: #00629F;
        text-align: right;
        vertical-align: top
}
.msg {
	width: 170px;
	height: 100px;
	border-color: #004D94;
    border-width: 1;
    border-style: solid;
	background-color: #ECF5F3; color: #004D94;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.msg2 {
	width: 170px;
	height: 100px;
	border-color: #004D94;
    border-width: 1;
    border-style: solid;
	background-color: #D6EFE9; color: #004D94;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.selectBoxNormal {
	border-color: #004D94;
    border-width: 1;
    border-style: solid;
	background-color: #ECF5F3; color: #004D94;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;

}
.selectOver{
	border-color: #004D94;
    border-width: 1;
    border-style: solid;
	background-color: #D6EFE9; color: #004D94;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.msgok {  
    text-align: center;
}
.resp {  
    text-align: right;
}