@charset "utf-8";
/* CSS Document */

*, html { padding: 0; margin: 0; }
.clear 	{ clear: both; }

body {
	background: #caccd3; 
	font: 7px Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper {
	background: url(../images/bg.jpg) no-repeat left top;
	height: 640px;
	width: 960px;
	clear: both;
}

#header {
	margin-top: 29px;
	margin-right: 50px;
	margin-bottom: 70px;
	float: right;
	clear: both;
}

#content-left {
	width: 456px;
	margin-left: 156px;
	float: left;
	clear: both;
}

#content-right {
	width: 300px;
	position: relative;
	float: right;
	/*clear: both;*/
}

#content-center {
	width: 960px;
	height: 250px;
	float: left;
	text-align: center;
	vertical-align: middle;
	position: relative;
	clear: both;
}

#message {
	width:450px;
	height:136px;
}


/* TEXTS */
.textinput {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #50556c;
}

.textheader {
	font-size:24px;
	font-weight:bold;
}

.textcontent {
	font-size:18px;
	clear: both;
}

.textinputcaption {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bec0c9;
	vertical-align: top;
}

.textcount {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	color:#c2c4cc;
	font-size:24px;
	clear: both;
}

.textvictims {
	font-size:18px;
	font-weight: bold;
	color: #97cd39;
	font-family: Arial, Helvetica, sans-serif;
}

.textfooled {
	font-size:18px;
	font-weight: bold;
	color: #50556c;
	font-family: Arial, Helvetica, sans-serif;
}

.textfooledcount {
	font-size:18px;
	font-weight: bold;
	color: #33ccff;
	font-family: Arial, Helvetica, sans-serif;
}

/* BUTTONS */
.btnsend {
	background: url(../images/btn_send.jpg) no-repeat;
	width: 148px;
	height: 54px;
	border: none;
	float: right;
}

.btndoubleit {
	background: url(../images/btn_doubleit.jpg) no-repeat;
	width: 148px;
	height: 54px;
	border: none;
}

/* TEXT AREAS */
select {
	width: 220px;
	font-size: 14px;
	color: #50556c;
	/*color: #33ccff; -- if selected*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #e5e6e9;
}

#footerLeft {
	width: 456px;
	margin-left: 156px;
	float: left;
	clear: both;
}

#footerRight {
	width: 300px;
	position: relative;
	float: right;
	/*clear: both;*/
}