@charset "UTF-8";
/* CSS Document */
body {
	margin-top:0px;
	 background:#000000;
	 font-family:Arial, Helvetica, sans-serif;
}
	 
#body {
	background: #fff;
	padding:30px;
	margin-top:10px;
}

button#add-new, button#report {
	
	border:1px solid #ccc;
	padding:10px;
	cursor:pointer;
		
}

button#add-new:hover, button#report:hover {
	
	background: #f4f4f4;
		
}

#new, #csvs {
	padding:10px;
	border:1px solid #f4f4f4;
	margin-top:20px;
	background:#fff;
}

#new label {
	display:block;
	
	
}

#new input {
	display:block;
	border:1px solid #f4f4f4;
	padding:10px;
	width: 300px;
	margin: 5px 0px;
	
}

#new textarea{
	display:block;
	border:1px solid #f4f4f4;
	padding:10px;
	width: 300px;
	margin: 5px 0px;
height:300px;
}
#referafriend {
	margin: 0 auto;
	width:1000px;
	height:750px;	
	position:relative;
	
}
#form-fields {
	width:327px;
	height:605px;
	position:absolute;
	top: 271px;
	right:35px;
	pointer-events:none;
	background:none;
	
}

#form-fields input {
	display:block;
	margin-left:23px;
	width:280px;
	height:34px;
	border:1px solid #09F;
	padding-left:4px;
	margin-bottom:20px;
	pointer-events:auto;
	font-family:Arial, Helvetica, sans-serif;
}

#form-fields textarea {
	display:block;
	margin-left:23px;
	border:1px solid #09F;
	padding-left:4px;
	margin-bottom:10px;
	clear:both;
	pointer-events:auto;
	width:280px;
	height:61px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
#form-fields input#tc {
	width:15px;
	height:auto;
	display:inline;	
	float:left;
	margin-top:-10px;
	margin-bottom:87px;
	
	padding:0px;
}
.tctext {
	font-size:10px;	
	float:right;
	margin-left:50px;
}
#form-fields input#submitbtn {
	width:63px;
	height:29px;
	background: url(submitbtn.png) no-repeat;
	border:0px;
	float:right;
	margin-right:21px;
	cursor:pointer;
}

#terms {
		width:327px;
	height:680px;
	position:absolute;
	background:#6aa7d7 url(grblueterms.png) bottom center no-repeat;
	top: 35px;
	right:35px;
}

#termsbox {
	background:#c0d6ed;
	padding:5px;
	width:267px;
	margin:0 auto;
	height:570px;
	overflow:auto;
	margin-top:25px;
	font-size:10px;
}
#termsbox h3 {
	color:#d2232a;
	margin:0px;
	font-size:14px;
	font-weight:normal;	
}

#campaign-list {
	border:1px solid #f4f4f4;
	background: #F6F6F6;
	width:100%;
} 

#campaign-list tr td {
	padding:10px;
	background: #fff;
}
#campaign-list tr th {
	padding:10px;
	background: #f4f4f4;
}

#tcinput {
	
	float:left;
	
}
#lefts {
float:left;
width:400px;	
}