@charset "UTF-8";
/* CSS Document */
.sidetoside {
	
	width: 100%;
	
}

.label{
	
/*	display: block;
*/	
	margin-top: 5px;
	
	margin-bottom: 5px;
	
	padding: 0;
	
	
}

textarea {
	
	margin-bottom: 10px;
	
}

input {
	
	margin-bottom: 25px;

	background-color: #D7E9F9;

}

select {
	
	margin-bottom: 25px;
	
	background-color: #d7e9f9;
		
}

.asterisk {
	
	color: red;
	
	font-weight: bold;
	
	font-size: 15px;
	
}

textarea {
	
	background-color: #D7E9F9;

}

.error {
	
	font-size: 14px;
	
	color: red;
	
}
.small {
	
	font-size:10px;
	
}

.formborder {
	
	border:1px solid gray;
	
	padding: 20px;
	
}