h1{
	position: absolute;
	top: 30px;
	left: 40px;
	color: #d90026;
	font-size: 20px;
}
h2{
	color: #d90026;
	font-size: 14px;
	margin: 0;
}
h3{
	position: absolute;
	top: 24px;
	left: 190px;
	color: #ACB319;
	font-size: 20px;
}
*:first-child+html h3{
	position: absolute;
	top: 30px;
	left: 190px;
	color: #ACB319;
	font-size: 20px;
}
a{
	color: #d90026;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
fieldset{
        border: 0px;
        width: 270px;
        padding: 0;
}
label{
	font-family: arial;
	font-size: 12px;
	color: #d90026;
}
input.text{
        border:1px solid #ACB319;
        font-family: arial;
	font-size: 12px;
	color: #d90026;
        width: 260px;
}
textarea{
        border:1px solid #ACB319;
        font-family: arial;
	font-size: 12px;
	color: #d90026;
        width: 260px;
        height: 100px;
}
input.button{
        width: 260px;
        margin-top: 10px;
        font-family: arial;
	font-size: 12px;
	color: #fff;
        border:1px solid #ACB319;
        background: #ACB319;
}
input.button:hover{
        color: #fff;
        background: #ACB319;
        border: 1px solid #d90026;
}