body {
	background-color: #FFFFFF;
	margin: 0px;
	color: #666666;
	overflow: auto;
}

img {
	border: 0px;
}

table {
	width: 100%;
	height: 100%;
	border: 0px;
}

.FieldCell {
	height: 36px;
	vertical-align: middle;
}

.FieldText {
	font-size: 12.5px;
	font-weight: bold;
	color: #ffffff;
/*	text-shadow: -1px 1px 3px 0px rgba(0,0,0,0.5); */
	text-shadow: -1px 2px 3px #797979;
	font-family: arial;
	width: 90px;
	letter-spacing: 1px;
}

.textField {
	background-color: #E0F0FB;
	width: 240px;
	border-width:1;
}

.button_top {
	position: relative;
	padding: 6px 2px 3px 2px;
	width: 210px;
	height: 15px;
    text-decoration: none;
	text-align: center;
	color: #eeeeee;
/*	background: #0d69b2; */
	border: 2px solid #eeeeee;
	border-radius: 25px;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-family: arial;
}

.button_top:hover {
	background: #207dd2;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
}
.button_top:active {
    background: #0d69b2;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
