.egu_link{
	text-decoration:underline;
	color:#0176a2;
	font-size:11px;
}

.egu_link:hover{
	text-decoration:underline;
}

.egu_table_app{
	border-width:1px;
	border-style:solid;
	border-color:#4b4b4b;
	background-color:#ffffff;
	margin-top:10px;
}

.egu_td_app{
	border-bottom:1px solid #dfdfdf;
	padding:5px;
}

.egu_td_bottom_app{
	border-bottom:1px solid #dfdfdf;
	padding:8px;
}

.egu_td_border_app{
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding:5px;
}

.egu_td_head_app {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	height:26px;
	border-bottom:1px solid #4b4b4b;
	text-decoration:none;
	background-color:#4b4b4b; 
}

.egu_table_app a{
	color:#0033CC;
	font-size:12px;
}

.egu_table_app a:hover{
	text-decoration:underline;
}

button, input.egu_button {
	width:auto !important;  
	border:1px solid #bfbfbf; 
	border-right-color:#908d8d; 
	border-bottom-color:#908d8d; 
	padding:1px .5em; 
	background:url(images/btn_bg_default.gif) left center repeat-x; 
	color:#000;
}
button:active, input.egu_button:active {
	border:1px solid #908d8d; 
	border-right-color:#afafaf; 
	border-bottom-color:#afafaf;
}
button:hover, input.egu_button:hover {
	cursor:pointer;
	background:url(images/btn_bg_submit.gif) left center repeat-x;
}

.egu_hidden{
	display: none;
}

.egu_shown{
	display: block;
}

.egu_textbox_error{
	border:1px solid #CC0000;
	font-size:13px;
	padding:2px;
}

.egu_textbox{
	border:1px solid #CCCCCC;
	font-size:13px;
	padding:2px;
}

.egu_link_message{
	font-size:10px;
}

.egu_message{
	font-size:10px;
	color:#666666;
}

.egu_error{
	color:#CC0000;
}

.egu_success{
	color:#33CC00;
}

#contentLogin{
	padding-top:120px;
}