@charset "UTF-8";

#formMsn { background-color:white; margin-top:3px; padding-top:10px; padding-bottom:10px;  display:block; width:400px; }
#formMsn p { color:#663300; margin-bottom:5px; }
#formMsn p .radioGender { width:200px; }
#formMsn p textarea { height:145px; }
#formMsn label.labelMsn { float:left; display:block; width:120px; text-align:right; padding-right:10px; }
#formMsn input.btn-submit-Man { width:60px; height:25px; display:block; position:relative; margin-top:15px; left:160px; }

.listMsn table.msnBody { border-color:#336666; }
.listMsn table.msnBody th { border-color:#336666; }
.listMsn table.msnBody td { border-color:#336666; }
.listMsn { margin-top: 15px; width:95%; padding-left:22px; }
.listMsn p { height:20px; padding-bottom:5px; vertical-align:middle; }
.listMsn span.listMsnHeaderText { float:left; display:block; color:White; margin-left:10px; }
.listMsn input.listMsnBtnRefresh { float:right; display:block; height:22px; margin-right: 10px; }

.listMsn .listMsnHeaderColumn th { color:Black; background-color:Red; text-align:center; }
.listMsn .img_Man { background-image: url(../images/i_man.gif); background-repeat:no-repeat; display: block; background-position:center;}
.listMsn .img_Woman { background-image: url(../images/i_woman.gif); background-repeat:no-repeat; display: block; background-position:center;}