body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
table {
    border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text_input{
    border: 1px solid #c4c4c4; 
    height: 22px; 
    font-size: 12px; 
    padding: 2px 2px 2px 2px; 
    border-radius: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.text_input:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

.header{
	font-size:12px;
	font-weight:700;
	background-color:#aaaaaa
}
.eshopbutton{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: 1px 1px 5px #000000;
	background-color: #35AAF0;
	cursor:pointer;
	border: 1px solid #0F89D2;
	border-radius: 3px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	width: 150px; 
	height: 40px; 
	font-size: 14px;
}
.eshopbutton:hover{
	background-color: #0F89D2;
	color: #EEEEFF;
	cursor:pointer;
	border: 1px solid #0F89D2;
	border-radius: 3px;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
	width: 150px; 
	height: 40px; 
	font-size: 14px;
}

.menu_button{
	color: #BBBBBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor:pointer;
	border: none;
	height: 50px;
}
.menu_button:hover{
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../img/menu_button.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor:pointer;
	border: none;
	height: 50px;
}
.menu_button:focus{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url('../img/menu_button.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor:pointer;
	border: none;
	height: 50px;
}

.menu_button_login{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	background-image: url('../img/menu_button.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor:pointer;
	border: none;
	height: 50px;
}

.confirm_button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../img/confirm_button.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor:pointer;
	border: none;
	width: 110px; 
	height: 55px; 
	font-size: 11px;
}
.confirm_button:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../img/confirm_button_hover.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor:pointer;
	border: none;
	width: 110px; 
	height: 55px; 
	font-size: 11px;
}

.td_bold{
	font-weight: bold;
}
a{
	color: #4040FF; 
	font-size: 11px;
}