﻿body
{
	margin: 5px;
	padding: 0;
	font: 0.8em Verdana, Arial, sans-serif;
    line-height: 1.6em;
   
}

.lblPoster
{
    width: 170px;
    display: block;
    float: left;
    font-weight:bold;
    clear: left;

}
.lblPosterConfirm
{
    width: 280px;
    display: block;
    float: left;
    clear: right;

}
.lblPassText
{
    width: 170px;
    display: block;
    float: left;

}

.buttons { 
	font:   Verdana, Arial, sans-serif; 
	text-align: center;
	height: 22px;
	margin: 2px 0px 2px 0px;
	color: #000000;
	/*background-color: #eee;*/
	background-color: #e6ebdf;
	border: 1px outset #BBBBBB;
	padding:  0px 5px 2px 5px;
}

