
.ContactForm {
	margin: 0px 15px 15px 0px;
}

.ContactForm h2, .CommentsContainer h2 {
	color: #9CD6A4;
}

.ContactForm h2 {
	margin: 20px 0px 15px 0px;
}

.ContactForm label {
	clear: left;
	float: left;
	display: block;
	width: 190px;
	padding: 7px 0px 7px 0px;
	*padding: 9px 0px 9px 0px;
	
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.ContactForm input, .yak_left input, .yak_center input {
	background: url(../images/forms/white/input_20.png);
	background-repeat: no-repeat;

}

.yak_center input {
	background: url(../images/yak/inputsmall.png);
	background-repeat: no-repeat;
}

.ContactForm input, .ContactForm select, .ContactForm textarea, .yak_left input, .yak_center input, .yak_left select, .yak_right select {
	clear: left;
	float: left;
	font-size: 12px;
	font-family: Arial;
	border: 0;
	color: #000000;
	padding: 6px 10px 7px 10px;
	margin-bottom: 0px;
}

.yak_left select {
	float: none;
}


.ContactForm input.focus, .ContactForm select.focus, .ContactForm textarea.focus, .yak_left input.focus, .yak_center input.focus, .yak_left select.focus, .yak_right select.focus {
	opacity: 1;
	border: none;
	color: #FFFFFF;
	padding: 6px 10px 7px 10px;
	background: url(../images/forms/black/input_30.png);
	background-repeat: no-repeat;	

}

.yak_center input:focus {
	border: none;
	color: #FFFFFF;
	padding: 6px 10px 7px 10px;
	background: url(../images/yak/inputsmallon.png);
	background-repeat: no-repeat;	
}

.ContactForm option, .yak_left option, .yak_right option {
	background-color: #FFFFFF;
	color: #000000;
	height: 16px;
	border: 0;
	outline: none;
}

.ContactForm textarea {
	background: url(../images/forms/white/textarea_20.png);
	background-repeat: no-repeat;	
	padding: 8px 10px 11px 10px;
	
}

.ContactForm textarea.focus {
	background: url(../images/forms/black/textarea_30.png);
	background-repeat: no-repeat;	
	padding: 8px 10px 11px 10px;
}

.ContactForm select, .yak_left select, .yak_right select {
	position: relative;
	margin: -26px 0px 0px 3px;
	*margin: -22px 0px 0px 3px;
	background-repeat: no-repeat;		
	padding: 5px 0px 6px 8px;
	height: 28px;
	*height: 24px;
	opacity: 0;
	filter: alpha(opacity = 0);
	

}

.selectbox {
	background: url(../images/forms/white/input_r_20.png) right top no-repeat;
	padding: 0px 8px 0px 0px;
	float: left;
	clear: left;
}

.selectboxinterior {
	background: url(../images/forms/white/input_20.png) left top no-repeat;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: left;
}

.selectboxinterior span {
	position: relative;
	float: left;
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	border: 0;
	color: #000000;
	padding: 7px 10px 7px 10px;
	*padding: 8px 10px 6px 10px;
	background: url(../images/forms/white/arrows.png) right center no-repeat;
	width: 100%;
	*white-space: nowrap;
	*display: block;
}

.ContactForm select:focus, .yak_left select:focus, .yak_right select:focus {
	background: url(../images/forms/black/input_30.png);
	background-repeat: no-repeat;		
	padding: 5px 0px 6px 8px;
	height: 28px;
	opacity: 0;
}

.ContactForm input, .ContactForm textarea, .yak_left input, .yak_right input {
	width: 234px;	
}

.yak_center input {
	width: 20px;
	float: none;
}

.ContactForm .Button {
	margin-left: 150px;
}

#map_canvas {
	margin: 0px 0px 0px 19px;
}



/* changes */



.ContactForm form {
	padding: 0px;
	margin: 0px;
}

.ContactForm textarea {
	width: 620px;
	height: 185px;
}


.ContactForm .Button {
	margin-left: 0px;
}

.ContactForm label {
	clear: none;
	margin-left: 10px;
	
}

.CommentAuthor {
	margin: 0px 0px 8px 0px;
	font-family: 'PTSans-Normal',  'PTSans-Normal';
	text-transform: uppercase;
	font-size: 14px;
	color: ;
	display: block;
	color: #9CD6A4;
}


.CommentDate {
	background: url(../images/icons/icondate.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	padding: 8px 15px 8px 28px;
	margin: 0px 0px 0px 0px;
	display: block;
	font-family: 'Arial', 'Arial';
	font-size: 11px;
	color: ;
	color: #FFFFFF;
}

.Comments {
	clear: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #FFFFFF;
}	
		



.CommentsContainer {
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

#ArticleContent .Depth1 {
	margin: 20px 15px 0px 30px;
}

#ArticleContent .Comments p {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}


.CommentActions {
	font-size: 11px;
	font-family: Arial;
	color: ;
}

.CommentActions a {
	font-weight: bold;
	background-color: none;
	color: #FFFFFF;	
}

.CommentActions a:hover {
	background-color: #FFFFFF;
	color: #D62722;
	font-weight: bold;
	text-decoration: none;
}

.logedin {
	font-size: 11px;
	font-family: Arial;
	color: ;
	padding-bottom: 5px;
	display: block;	
}

.logedin a {
	font-weight: bold;
	background-color: none;
	color: #FFFFFF;	
}

.logedin a:hover {
	background-color: #FFFFFF;
	color: #D62722;
	font-weight: bold;
	text-decoration: none;
}

form .Button input, form .Button_on input, form .Button_on input:focus, form .Button input:focus  {
	padding: 6px 10px 20px 0;
	height: 25px;
	font-size: 10px;
	lien-heigh: normal;
	margin: 0px;
	display: inline;
	border: none;
	background: url(../images/buttons/black/buttr_20.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: none;
	width: auto;
	color: #FFFFFF;	
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal;
}

form .Button_on input, form .Button_on input:focus, form .Button input:focus {
	color: #1C2124;
	background: url(../images/buttons/white/buttr_50.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

form .Button_on {
	font-family: Arial;
	text-transform: uppercase;
	height: 24px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/buttons/white/buttl_50.png);
	background-repeat: no-repeat;
	padding: 7px 0 9px 10px;
	
}


