#contact-form div {
	text-align: left;
	margin-top: 0.4em;
	vertical-align: bottom;
}


#contact-form {
	text-align: left;
	width: 400px;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#contact-form fieldset {
	border: 1px solid #A04242;
	margin-top: 10px;
	padding: 5px 15px 15px 20px;
}

#contact-form legend {
	color: #6DA0CB;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 15px;
}

#contact-form fieldset label {
	color: #000000;
	line-height: normal;
	display: block;
	margin-top: .5em;
	margin-bottom: .5em;
}

#contact-form .txt {
	border: 1px dashed #A04242;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px 4px 4px 6px;
	display: block;
	width: 90%;
}

#contact-form .txt:focus {
	background-color: #EEE4C5;
	border: 1px solid #000000;
}
#contact-form input, #contact-form textarea {
	width: 90%;
}


#contact-form textarea.txt {
	margin-left: 15px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px dashed #9D4241;
}
#divOneCol {
	clear: both;
	text-align: center;
	padding-top: 30px;
}



#contact-form .btn {
	padding: 0em;
	margin-top: 5px;
	background-color: #1FA0E1;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	width: 10em;
}

#contact-form .btn:hover {
	color: #000000;
	background-color: #B3DFF4;
	border-width: 1px;
	border-style: solid;
}
#wrapper #divOneCol div {
	clear: both;
	padding-right: 60px;
	padding-left: 60px;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
a.english:link, a.english:visited {
	background: url(../images/english_open.gif) no-repeat center center;
	display: block;
	height: 198px;
	width: 198px;
	float: left;
	text-decoration: none;
	border-style: none;
}
a.english:hover {
	background: url(../images/english_closed.gif) no-repeat center center;
}

a.welsh:link, a.welsh:visited {
	background: url(../images/welsh_open.jpg) no-repeat center center;
	display: block;
	float: right;
	height: 198px;
	width: 198px;
	margin-top: -60px;
	text-decoration: none;
	border-style: none;
}
a.welsh:hover {
	background: url(../images/welsh_closed.jpg) no-repeat center center;
}
