body {
	padding: 0px;
	margin: 0px;
	color: #333;
	background: #e7e6de;
	font-family: Arial ,Helvetica, Sans-Serif;
	font-size: 14px;
	line-height: 18px;
}

img {
	border: none;
}

a {
	color: #009ee0;
	text-decoration: none;
	padding: 2px;
}

a:hover {
	color: #fff;
	background-color: #009ee0;
}


.blue {
	color: #009ee0;
}

a .blue:hover {
	color: #fff;
}

.red {
	color: #aa032d;
}

#card.bg .left div.warning textarea, #card.bg .left div.warning input {
	border: 1px solid #f00;
}

#card {
	position: relative;
	margin: 50px auto 5px auto;
	text-align: center;
	width: 709px;
	height: 506px;
	border: 1px solid #cacaca;
}

#card .info {
	position: absolute;
	right: 30px;
	bottom: 20px;
	font-size: 14px;
}

#card .info div {
	clear: both;
	float:right;
	margin-bottom: 5px;
	padding: 2px;
	color: #fff;
	background-color: #009ee0;
}




#card.bg {
	background: url(../img/back.gif);
	text-align: left;
}

#card.bg .left {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 300px;
}

#card.bg .left form label {
	clear: both;
	display: block;
}

#card.bg .left form div {
	margin-bottom: 10px;
}

#card.bg .left .textarea {
	width: 300px;
	height: 200px;
	background: transparent;
	border: 1px solid #cacaca;
}

#card.bg .left .input {
	width: 300px;
	background: transparent;
	border: 1px solid #cacaca;
}



#card.bg .right {
	position: absolute;
	top: 245px;
	left: 430px;
	font-size: 22px;
	line-height: 46px;
}

#card.bg .right div {
	font-size: 14px;
	line-height: 18px;
}

#card.bg .middle {
	position: absolute;
	display:block;
	top: 190px;
	left: 340px;
	width: 20px;
	height: 120px;
}

#card.bg a.middle:hover {
	background-color: transparent;
}


/* Real Person jQuery plugin styles v1.0.1. */
.realperson-challenge {
	float: left;
	margin-right: 20px;
	color: #000;
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 5px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 2px;
}
.realperson-regen {
	padding-top: 4px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	display: none;
}
#card.bg .left .security {
	width:100px;
	border: 1px solid #bbb;
}