form ol li{
	list-style: none;
	margin-bottom: 1em;
	color: #282828;
	margin-left: 10px;
}

fieldset{
	margin-bottom: 1em;
}

label{
	float: left;
	cursor: pointer;
}
	label.error{
		display:block;
		float: none;
		width: 90%;
		background: transparent;
		color: #e60000;
		border: 0 none;
	}

input, textarea, select{
}

.message{
	margin-bottom: 1em;
	padding: 15px;
	border: 1px dotted #64a6ff;
	background: #c0d2e8;
}
	.message h4{
		padding-left: 40px;
		padding-bottom: 1em;
		padding-top: 0.5em;
		margin-bottom: 0.5em;
		background: transparent url(images/notice-info.png) left 0.2em no-repeat;
		font-size: 1.4em;
		color: #246ed1;
	}
	
.error{
	border: 1px dotted #fa488b;
	background: #f8deed;
}
	.error h4{
		background: transparent url(images/notice-alert.png) left 0.2em no-repeat;
		color: #e60000;
	}
	
#secondary_column ol li{
	padding: 0;
	margin: 0 10px;
	display: inline;
}
	#secondary_column input.txt{
		float: left;
		margin: 0 5px 5px 10px;
		width: 65%
	}
	#secondary_column input.btn{
		width: auto;
		border: 0 none;
	}
	
#content input.txt{
	margin-left: 10px;
	margin-top: 10px;
	width: 300px;
}

#content input.btn{
	background: #5eaa42;
	border: 0 none;
	color: #fff;
	margin: 10px 0;
}