html {
	background-color:#ddd;
	color:#000;
}

body {
	font-family:'Lucida Grande', Tahoma, arial, helvetica, sans-serif;
	font:x-small;
	font-size:14px;
	line-height:20px;
	overflow-x:hidden;
	background-attachment:scroll!important;
	margin:0;
	padding:0;
}

h1 {
	font-size:17px;
	font-weight:700;
	line-height:1em;
	padding-top:0;
	padding-bottom:9px;
	color:#343434;
	margin:0 0 0 4px;
}

h2 {
	font-size:16px;
	font-weight:700;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	color:#343434;
}

label {
	color:#444;
	font-size:15px;
	margin-left:5px;
}

#MainForm input[type=button],#MainForm input[type=submit],input[type=button],input[type=submit],.Submit {
	height:41px;
	font-size:15px;
	font-weight:700;
	color:#fff!important;
	text-shadow:0 0 1px rgba(0,0,0,.15);
	-moz-box-shadow:rgba(0,0,0,0.15) 0 0 2px;
	-webkit-box-shadow:rgba(0,0,0,0.15) 0 0 2px;
	-khtml-box-shadow:rgba(0,0,0,0.15) 0 0 2px;
	box-shadow:rgba(0,0,0,0.15) 0 0 2px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:0;
	background:#50a6e3;
	background:-moz-linear-gradient(center top , #50A6E3, #3479C6) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:-webkit-gradient(linear, left top, left bottom, from(#50a6e3), to(#3479c6));
	filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#50a6e3', endColorstr='#3479c6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#50a6e3', endColorstr='#3479c6')";
	background-image:linear-gradient(rgb(80,166,227),rgb(52,121,198));
	float:left;
	margin-top:15px;
	margin-right:7px;
	padding:4px 9px;
}

#MainForm input[type=button]:hover,#MainForm input[type=submit]:hover,input[type=button]:hover,input[type=submit]:hover,.Submit:hover {
	cursor:pointer;
	background:#3479C6;
	background:-webkit-gradient(linear, left top, left bottom, from(#3479c6), to(#50a6e3));
	background:-moz-linear-gradient(top, #3479c6, #50a6e3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3479c6',endColorstr='#50a6e3');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#3479c6', endColorstr='#50a6e3')";
	background-image:linear-gradient(rgb(52,121,198),rgb(80,166,227));
}

#MainForm input[type=button].cancel,#MainForm input[type=submit].cancel {
	color:#850A00!important;
	margin-top:15px;
	margin-right:7px;
	border:1px solid #bbb;
	background:#f2f2f2;
	background:-webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e5e5e5));
	background:-moz-linear-gradient(top, #f8f8f8, #e8e8e8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#e5e5e5');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e5e5e5')";
	background-image:linear-gradient(rgb(242,242,242),rgb(229,229,229));
}

#MainForm input[type=button].cancel:hover,#MainForm input[type=submit].cancel:hover {
	color:#850A00;
	border:1px solid #888;
	background:-webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f2f2f2));
	background:-moz-linear-gradient(top, #e5e5e5, #f2f2f2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',endColorstr='#f2f2f2');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f2f2f2')";
	background-image:linear-gradient(rgb(229,229,229),rgb(242,242,242));
}

.Container {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	clear:both;
	-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	background:#fff;
	border:1px solid #e6e6e6;
	-moz-box-shadow:rgba(180,180,180,1) 0 4px 13px;
	-webkit-box-shadow:rgba(180,180,180,1) 0 4px 13px;
	-khtml-box-shadow:rgba(180,180,180,1) 0 4px 13px;
	box-shadow:rgba(180,180,180,1) 0 4px 13px;
	width:470px;
	padding:20px;
}

#MainForm input[type=text],#MainForm input[type=password],input[type=text],input[type=password],textarea,select,.InputText {
	background:0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ffffff');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ffffff')";
	background-image:0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #aaa;
	font-size:24px;
	font-family:arial,helvetica,clean,sans-serif;
	width:430px;
	height:39px;
	color:#333;
	margin:8px 6px 18px 0;
	padding:3px 10px;
}

a,a:visited {
	color:#3679c6;
}

a:hover {
	color:#D35D24;
}

#HeaderBackground {
	background:0;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555',endColorstr='#030303');
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#030303');";
	background-image:0;
	text-align:center;
	height:137px;
	padding-top:25px;
}

#HeaderBackground a img {
	border:0;
}

#Footer {
	text-align:center;
	color:#a9a9a9;
	margin:15px 0 20px;
}

#Footer a,#Footer a:visited {
	color:#a9a9a9;
	text-decoration:none;
}

ul {
	margin:0;
	padding:0;
}

ul li {
	line-height:1.6;
	list-style:none outside none;
}

.DashedLine {
	border-bottom:1px dashed #343434;
	margin:10px 0;
	padding:0;
}

label.Light {
	color:#9a9a9a;
}

#ResponseDiv {
	max-width:550px;
}

#password-strength {
	color:#9a9a9a;
	margin-left:5px;
	font-size:13px;
	margin-top:-18px;
}

.InformationBox {
	line-height:1.8;
	color:#777;
	width:460px;
	background-color:#FFF;
	-moz-border-radius:9px;
	-khtml-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin:20px auto auto;
	padding:20px;
}

.InformationBox h2 {
	line-height:1.2;
	margin:0!important;
}

.WidthLine {
	line-height:1.6;
}

.ContentContainer {
	color:#444;
	font-size:13px;
}

.SmallInput {
	height:35px!important;
	width:295px!important;
	margin-right:0!important;
}

#Address {
	font-size:13px;
	background-color:#fafafa;
	color:#444;
	border-top:1px solid #e5e5e5;
	margin-left:-20px;
	margin-right:-20px;
	margin-top:20px;
	padding:10px 20px 15px;
}

#Address label {
	font-size:13px;
	margin-left:0;
}

#Address table {
	margin-top:10px;
	line-height:1.3;
}

.SystemBox {
	background-color:#f6f6f6;
	border-top:1px solid #e5e5e5;
	line-height:1.3;
	border-radius:0 0 9px 9px;
	-moz-border-radius:0 0 9px 9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	margin:10px -20px -20px;
	padding:20px !important;
}

.SystemBox table {
	border-collapse:collapse;
	font-size:13px;
	line-height:1.5;
	margin:10px 0;
}

.SystemBox table label {
	display:block;
	font-size:13px;
	margin:0;
	width:58px;
}

.SystemBox table td:last-child {
	font-weight:bold;
}

.CornerBottom {
	border-radius:0 0 9px 9px;
	-moz-border-radius:0 0 9px 9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	margin-bottom:-20px;
}

.password-min-char {
	color:#900;
	font-weight:700;
}

/*Vodafone Custom Design*/
.SystemId25661 {
	background: url(images/vodunsfull_new.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.SystemId25661 .Container {
	margin-top:200px;
	background-color: #f6f6f6;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
}

.SystemId25661 form{
	padding-left: 24px;
}

.SystemId25661 .ContentContainer {
	font-family: arial;
	font-size: 16px;
}

.SystemId25661 h2{
	font-family: arial;
	color: #e61919;
}

.SystemId25661 #MainForm input[type=text],.SystemId25661 #MainForm input[type=password],.SystemId25661 input[type=text],.SystemId25661 input[type=password],.SystemId25661 textarea,.SystemId25661 select,.SystemId25661 .InputText {
	margin-left: 16px;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	border: none;
	background: white;
	border-radius: 5px;
	margin-bottom: 0px;
}

.SystemId25661 #MainForm input[type=button],.SystemId25661 #MainForm input[type=submit],.SystemId25661 input[type=button],.SystemId25661 input[type=submit],.SystemId25661 .Submit {
	background: black;
	margin-left: 70px;
	margin-top: 5px;
	border-radius: 3px;
	-moz-box-shadow:rgba(180,180,180,1) 0 4px 13px;
	-webkit-box-shadow:rgba(180,180,180,1) 0 4px 13px;
	-khtml-box-shadow:rgba(180,180,180,1) 0 4px 13px;
	box-shadow:rgba(180,180,180,1) 0 4px 13px;
}

.SystemId25661 #MainForm input[type=button]:hover,.SystemId25661 #MainForm input[type=submit]:hover,.SystemId25661 input[type=button]:hover,.SystemId25661 input[type=submit]:hover,.SystemId25661 .Submit:hover {
	background: black;
}

.SystemId25661 #ResponseDiv {
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
}

.SystemId25661 label{
	font-family: arial;
	font-size: 16px;

}

.SystemId25661 label b {
	font-weight: normal;
}

.SystemId25661 input[type="checkbox"] {
	float: left;
}

.SystemId25661 .SystemBox strong{
	color: #e61919;
}

.SystemId25661 .SystemBox{
	font-family: arial;
	font-size: 16px;
}

.SystemId25661 label[for=Spam]
{
	font-size: 12px;
	font-family: arial;
}

.SystemId25661 td{
	padding-bottom: 13px;
}

.SystemId25661 .SystemBox table label {
	font-family: arial;
	font-size: 12px;
	margin-left: 32px;
}

.SystemId25661 .SystemBox table tr.SystemPhoneContainer {
	display: none;
 }