@CHARSET "ISO-8859-1";

body#yellow{
	background-color: #deae00;
}

div.grey div.content-right a.yellow:hover{
	color: #000;	
}

div#navigation ul li.yellow a:hover{
	background-color: #deae00;	
}

div.content-left a.yellow:hover, 
div.content-right a.yellow:hover,
div.highlight a.yellow:hover,
div.content-middle a.yellow:hover{
	background-color: #deae00;
}

body#yellow a#languageswitch span{
	color: #000;
}

body#yellow div#signupForm span#signupForm-top{
	background: transparent url(../images/signupform-yellow-top.png) no-repeat bottom;
}

body#yellow div#signupForm span#signupForm-bottom{
	background: transparent url(../images/signupform-yellow-bottom.png) no-repeat bottom;
}

body#yellow div#signupForm form{
	background-color: #deae00;
}

body#yellow div#signupForm h2{
	color: #ffffff;
}

body#yellow div#signupForm label{
	color: #000000;
}

body#yellow div#signupForm label .optional{
	color: #9d7b00;
}

body#yellow div#signupForm input{
	border-color: #9d7b00;
}

body#yellow div#signupForm input.error {
	border-color: #ff5400;
}

body#yellow div#signupForm textarea{
	border-color: #9d7b00;
}

body#yellow div#signupForm textarea.error {
	border-color: #ff5400;
}