#contactform {
		padding-top: 20px;
		text-align: left;
	}

	text_area {
		
		height: 60px;
		width: 200px;
	}

	input.txt {
		float: right;
		text-align: left;
		width: 200px;
		
	}

	input.txtshort {
		width: 150px;
			}

	input.btn {
		
	}

	label {
		font-size: .9em;
		font-weight: bold;
	}

	select {
			}

	.error {
		font-weight: normal;
		font-size: .9em;
		font-style: normal;
		color: red;
	}

	input.option {
		float: right;
	}

