
table {
	float: left;
	width: 100%;
}

tr, td, input, textarea {
	margin: 0;
	padding: 0;
}

td {
	padding: 0 0 10px;
	width: 300px;
	vertical-align: top;
}

.check {
	text-align: left;
	width: 300px;
}


tr td:first-child {
	padding-top: 10px;
	padding-right: 25px;
	vertical-align: top;
	text-align: right
}

.error[generated=true] {
	display: bloc
	color: #dc0000;
	font-size:12px;
	padding: 0;
}

.error[generated=false] {
	display: none;
}

input, textarea {
	background: #FFF;
	border: 1px solid #707070;
	font: inherit;
	font-size: 16px;
	line-height: 29px;
	min-height: 30px;
	padding: 5px 10px;
	width: 70%;
}

input.error {
	border: 2px solid #dc0000;
	background: #f9dbdb;
}

input[type=checkbox].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 25px;
	height:19px; 
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -19px;
}

label.css-label {	
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_cd4bc3a15745ee77e0274529137e13ec.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input:focus, textarea:focus {
	border-color: #5f96d6; 
	background: #dce8f6;
	outline: none;
}
textarea {
	height: 90px;
	resize: vertical;
}
input[type=submit] {
	background: #5f96d6;
	color: #FFF;
	font: inherit;
	padding: 7px 20px;
	width: 70%;
	border-color: #5f96d6; 
}

#response {
	margin-bottom: 20px;
	text-align: center;
}
#response .success {
	color: #08a300;
}
#response .failure {
	color: #dc0000;
}