﻿@import "Styles.css";

#HeaderArea
{
	height:90px;
}
#HeaderArea, #Page, body
{
	background:#fff none;
}
#MainMenu, .leftContent, .rightContent, .shareArea, .startPage .bottomContent, .flashmovie
{
	display:none;
}
.startPage .leftContent, .bottomContent
{
	display:block;
}
#FooterArea
{
	padding-left:0;
}
.intoText
{
	margin-top:0;
}


/**** FORM ***********/
.case, .popUp
{
	width:460px;
}
.popUp
{
	width:460px;
	background-color:#FFA100;
}
.popUp h2
{
	color:#fff;
	font-size:2em;
	font-weight:normal;
	margin:0 0 0.4em;
}
.popUp label, .popUp .floatleft
{
	font-weight:bold;
	font-size:0.8em;
}
.case .button {
background:transparent url(Images/Button.png) no-repeat scroll right 0;
text-decoration:none;
}
.case .button span {
background:transparent url(Images/Button.png) no-repeat scroll 0 0;
font-size:0.9em;
}
.popUp .button {
background:transparent url(Images/OrangeButton.png) no-repeat scroll right 0;
text-decoration:none;
}
.popUp .button span {
background:transparent url(Images/OrangeButton.png) no-repeat scroll 0 0;
font-size:1.1em;
}
.column1 {
	padding-right:20px;
}

.column1, .column2 {
	float:left;
	width:220px;
}
select {
	margin:3px 0 8px;
	width:220px;
}
input {
	margin:3px 0 8px;
	width:214px;
}
textarea {
margin:3px 0;
width:454px;
}

.case a.button, .popUp a.button
{
	border:none;
	cursor:pointer;
	margin:0;
	width:122px;
	height:28px;
	color:#fff;
	font-weight:bold;
	display:block;
	text-align:center;
	padding-top:6px;
}
.case a.button
{
	background:transparent url(Images/GreyButton.png) no-repeat scroll 0 0;
}
.popUp a.button
{
	background:transparent url(Images/YellowButton.png) no-repeat scroll 0 0;
}