@charset "utf-8";
#selfactivation {
	bottom:0;
	position:fixed;
	right:0;
}
#serviceCall {
	bottom:0;
	position:fixed;
	left:0;
}
h1.myaccounttitle {
	color:#08e;
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:700;
	text-shadow:1px 1px 0 rgba(255, 255, 255, 0.9), -1px -1px 0 rgba(0, 0, 0, 0.2);
	text-decoration:none;
	display:block;
	margin:0 0 1em;
	text-align:center;
}
.inputtext {
	font-size:16px;
	width: 220px;
	padding:2px;
	margin:2px;
}
.inputtext:focus {
	background: #fafafb;
	border: 1px #F60 inset;
}
form.myaccount {
	/*background: #9cbc2c;*/
	background-image:url(../images/bghorizpatt.png);
	background-repeat:repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 16px;
	width: 430px;
	margin: 0 auto 0 auto;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
form.myaccount fieldset {
	border: none;
	margin-bottom: 10px;
}
form.myaccount fieldset:last-of-type {
	margin-bottom: 0;
}
form.myaccount legend {
	/*color: #384313;*/
	color: #132f43;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #76aed5;
}
form.myaccount ol li {
	background: #c3deeb;
	background: rgba(255, 255, 255, .4);
	border-color: #6aabcf;
	border-color: rgba(255, 255, 255, .5);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form.myaccount label {
	float: left;
	font-size: 13px;
	width: 100px;
}
form.myaccount button {
	background: #132f43;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	font: 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
	width: 105px;
}
form.myaccount button:hover {
	background: #061725;
	cursor: pointer;
}
form.myaccount input:not([type=text]) {
 font-size:16px;
 width:220px;
}

