body
{
	position:absolute;
	
	height:200px;
	top:50%;
	margin-top:-100px;
	
	width:300px;
	left:50%;
	margin-left:-150px;

	background-color:#E0E0E0;
}
p
{
	font-family: "Helvetica Neue", Calibri,Arial, Verdana, serif;
	font-weight: 200;
	color:#000;
}

img
{
	border:none;
}
#Log0
{
	margin:auto;
}
.Log
{
	width:252px;
	margin-top:10px;
	margin-left:20px;
	text-align:right;
}

#Log2
{
	width:260px;
	margin:auto;
	margin-top:25px;
	padding-left:100px;
	text-align:center;
}
input, textarea
{
	font-size:1em;
	font-family: "Helvetica Neue", Calibri,Arial, Verdana, serif;
	font-weight: 200;
}
label
{
	color:#000;
}

.myButton {
	width: auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #787878;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}
#textinput1 ,#textinput2
{
	background-color:#F0F0F0;
	color:#ff8004;
	text-align:center;
}