body{
	background:#000000;
 	color: #ffffff;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

.blurbbox {
	background:none;
	border: 3px solid #ffffff;
	border-radius: 5px;
	padding-bottom:10px;
	width:100%;
	max-width:920px;
}

.container{
 	max-width:600px;
}

.bdr{
	//border:solid 1px yellow;	
}
.head, .head-txt, .foot-txt{
	text-align:center;
	color:white;	
}
.red{
	color:red;	
}

rb{
		color:red;
		font-weight:bold;
	}	

#headimg{
	max-width:470px;
	width:100%;
}

.title{
padding-top:20px;
padding-bottom:20px;
	
}
.foot-title{
	
}

.parra{
	font-size:14px;
	font-style:italic;
	padding:10px;
}
.foot-parra{
	
}
.foot-txt{
	color:black;	
}

#form{
	 color:#000000;
}
#submitme{
	background-color:#C5C5C5;	
}
.break {
	display:none;
}
input[type=radio] {
	width:22px !important;
}
@media ( max-width: 567px ) {
	input, textarea {
		width:100% !important;
	}
	.break {
		display:block;
	}
	input[type=radio] {
		width:22px !important;
	}
}