html,
body {
height: 100%;
}
body { 
	width: 100%;
	margin: 0;
	font-size: 12px; 
	color: #ffffff; 
	line-height: 16px; 
	font-family: Tahoma; 
	text-decoration: none;
	background: #333333;
}
img {
	border: none;
	behavior: iepngfix.htc;
}
.Root {
    height: 100%;
    vertical-align: middle;
}
table {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
td {
	font-size: 12px; 
	color: #ffffff; 
	line-height: 16px; 
	font-family: Tahoma;
}
.content {
	width:95%;
	height: 100%;
	text-align:center;
	vertical-align: middle;
	margin:0 auto;
}
a:link, a:visited {
	font-weight: normal; 
	font-size: 12px; 
	color: #4682B4; 
	line-height: 16px; 
	font-family: Tahoma; 
	text-decoration: none
}
a:hover {
	text-decoration: underline;
}
/************************************************************************************************************
		SPAN`s
************************************************************************************************************/
.Error {
	font-size: 12px; 
	color: #4682B4; 
	line-height: 16px; 
	font-family: Tahoma; 
}
/************************************************************************************************************
		FORM`s
************************************************************************************************************/
input, select, textarea {
	padding: 1px 3px; 
	font-size: 12px; 
	font-family: Tahoma;  
	color: #555555; 
	background: #FFFFFF; 
	border: 0.5px solid #FFFFFF;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	color: #555555; 
	background: #FFFFFF; 
	border: 0.5px solid #FFFFFF;
}
.buttonSubmit {
	padding: 1px 3px; 
	font-size: 12px; 
	font-family: Tahoma;  
	color: #555555;  
	background: #cccccc url(../Images/Button.gif) repeat-x top center;
	border: 0.5px solid #BEBFC1; 
	width: auto;
}
.buttonSubmit:hover {
	padding: 1px 3px; 
	font-size: 12px; 
	font-family: Tahoma;  
	color: #555555;  
	background: #cccccc url(../Images/Button.gif) repeat-x top center;
	border: 0.5px solid #BEBFC1; 
	width: auto;
}
.buttonSubmit:focus {
	padding: 1px 3px; 
	font-size: 12px; 
	font-family: Tahoma;  
	color: #555555;  
	background: #cccccc url(../Images/Button.gif) repeat-x top center;
	border: 0.5px solid #BEBFC1; 
	width: auto;
}