body {
	background: #00489c;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, sans, sans-serif, serif;
}

h1, h2, h3, h4, th {
	color: #00489c;
}

form {
	text-align: left;
}

#header {
	background: white;
}

#logo {
	margin: 0 20px;
}

#body {
	margin: 10px;
	padding: 15px 30px;
	background: white;
	color: black;
	border-radius: 5px;
	box-shadow: 3px 3px 5px black
}

#footer {
	margin: 10px;
	font-size: small;
}

#confirmpayment {
	text-align: center;
}

#tpvform {
	max-width: 500px;
}

.inlinewrapper {
	display: inline-block;
}

table {
	margin: 5px 0;
	display: inline-block;
	border: 1px gray solid;
	box-shadow: 2px 2px 3px gray;
}

table th {
	background: #00489c;
	color: white;
}

table td,th {
	text-align: center;
	padding: 5px;
}

.paymentoption {
	display: inline-block;
	padding: 5px;
	margin: 5px;
	background-color: silver;
	border-radius: 5px;
	box-shadow: 2px 2px 5px gray;
	cursor: pointer;
}

#loading {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: white;
	opacity: 0.8;
	color: darkblue;
	text-align: center;
}

#loading > div {
	position: absolute;
	width: 300px;
	height: 200px;
	margin: auto;
	top: 0; left: 0; right: 0; bottom: 0;
}

label {
	font-weight: normal;
}

label.required {
	font-weight: bold;
}

.fielderror > label {
	color: red;
	font-weight: bold;
}

ul.errorlist {
	padding-left: 10px;
	color: red;
	list-style: none;
	background: #ffc;
	border: 1px red solid;
	border-radius: 5px;
	margin-bottom: 10px;
}

ul.errorlist > li {
	margin: 5px 5px 5px -5px;
	padding-left: 20px;
	background: url('../../admin/img/icon_error.gif') left no-repeat;
}

.submitrow {
	text-align: right;
}

.submitrow > input {
	margin-top: 10px;
	margin-left: 10px;
}

img.captcha {
	margin: 5px 25px;
	border: 1px black solid;
	border-radius: 5px;
}

#id_captcha_1 {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.errorstripe{
	color: #111;
    background: #fbcdcd;
    padding: 0.5em;
    border: #154798 3px solid;
	border-radius: 2px;
	margin-bottom: 2em;

}
#loading .errorstripe {
	height: 100px;	
}

.errorstripe p {
	padding-bottom: 0;
	margin-bottom: 0;	
}