body {    
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	background:#cccccc;
	text-align: left;
	font-size:12px;
	color:#383838; 
	text-align: center;
}
img {
	border: none;
}
div {
	text-align: left;
}

label {
	display: block;
	color: #383838;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
}

legend a {
	text-decoration: none;
	color: #42851f;
	font-size: 18px;
}

input {
	margin-bottom: 3px;
}

.form-item {
	margin-bottom: 15px;	
}

fieldset .form-item {
	margin-right: 25px;
	margin-bottom: 10px;
	float: left;
}
.form-required {
	color: #f70000;
}
.title {
	font-size: 24px;
	margin-top: 0px;
}

.messages {
  background-color: #b8e9b8;
  border: 1px solid #379a37;
  padding: 0.3em;
  margin: 10px 5px 15px 5px;
  color: #39993a;
}
.error, div.error {
  border-color: #c21538;
  border-width: 1px;
  border-style: solid;
  color: #dd3d00;
  background: #FFCCCC;
}

#globalContainer {
	margin-left: 10px;
	width: 800px;
	border: 1px solid #6c6c6c;
	padding: 15px;
	margin: 0 auto;
	margin-top: 25px;
	background: white;
	height: auto;
}

#logos, #bottomLogos {
	width: 800px;
	position: relative;
	margin: 0 auto;
}
#logos {
	margin-top: 15px;
}
#pbank {
	float: left;
	margin-right:560px;
}
#bottomLogos {
	text-align: center;
	margin-top: 25px;
}
#visa {
	margin-left: 380px;
}
.clear {
	clear: both;
}

/*** Payment Response ***/
.response-title {
	text-align: center;
}

.response-title h3 {
	font-size: 20px;
	margin: 15px 0px;
}

.response-text {
	margin-top: 15px;
}
