html, body 
{
	margin: 0;
    padding: 0;
    font-size: 12px;
}

body
{ 
	font-family: "Arial";
    background-image:url(#{ApplicationBean.backgroundImage});
    background-repeat: repeat-y;
    background-position: top;
    text-align: center;
}

INPUT[type='text'] 
{
	border-style:solid;
    border-width:1px;
    border-color: #C5DBEC;
}

INPUT[type='password'] 
{
	border-style:solid;
    border-width:1px;
    border-color: #C5DBEC;
}

.div_style_1
{
	width: 839px; 
	height: 80px; 
	margin: 0 auto; 
	text-align: right
}

.div_style_2
{
	width: 839px; 
	height: 100px; 
	margin: 0 auto; 
	text-align: left
}

.div_style_3
{
	width: 605px; 
	margin: 0 auto; 
	text-align: left
}

.div_style_4
{
	width: 839px; 
	height: 80px; 
	margin: 0 auto; 
	text-align: left
}

.div_style_5
{
	width: 400px; 
	margin: 0 auto; 
	text-align: left
}

.table_style_1
{
	width: 550px
}

.td_style_1
{
	width: auto; 
	PADDING-RIGHT: 10px;
}

.border_zero_style
{
	border: none;
}

.border_zero_style:hover
{
	border: none;
}

.error_style
{
	padding: 0 .7em;
}

.undeerline_style
{
	text-decoration: underline;
}

.undeerline_style:hover
{
	text-decoration: underline;
}

.bold_style
{
	font-weight: bold;
}

.bold_style:hover
{
	font-weight: bold;
}

.error_message_style
{
	color: red;
	font-size: 15px;
	font-weight: bold;
}