body {
	background: #000000 url('../images/bg.jpg') center top no-repeat;
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #3e433f;
}

img {
	border: 0;
}

a {
	color: #008d00;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height:13px;
}

#Header {
	background: transparent url('../images/bg_top.png') left top repeat-x;
	height: 60px;
	padding-top: 10px;
}

#Header .container, #Footer .container {
	width: 700px;
	margin: 0 auto;
}

#Header .container img {
	margin-right: 8px;
	float: left;
}

#Header .container .divider {
	height: 20px;
	float: left;
	border-right: 1px solid #b2b2b2;
	margin-left: 10px;
}

#Header a {
	display: block;
	color: #323733;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	float: left;
	font-style: normal;
}

#Header a.current {
	color: #008c00;
}

#Header a:hover {
	color: #008c00;
	text-decoration: none;
}

#Footer {
	background: transparent url('../images/bg_bottom.png') left top repeat-x;
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0px;
	left: 0px;
}

#Footer .container {
	position: relative;
	bottom: -30px;
}

.contactInfo {
	color: #008c00;
}

.contactImage {
	float: left;
	margin-right: 10px;
}

.contactLine {
	clear: both;
	margin-top: 10px;
	height: 20px;
}

.contactLineTextArea {
	clear: both;
	margin-top: 10px;
}

#Footer .container div {
	float: left;
	margin: 2px 30px 0 0;
}

#Container {
	position: relative;
	width: 700px;
	margin: 0 auto;
}

#Verkkosivuseuranta {
	width: 250px;
	height: 190px;
	margin-right: 5px;
	float: left;
}

#Mediaseuranta {
	width: 250px;
	height: 190px;
	float: left;
}

.leftColumn {
	float: left;
	width: 505px;
}

.rightColumn {
	float: left;
	margin-left: 5px;
}

.clear {
	clear: both;
}

#Login {
	margin-bottom: 39px;
	width: 190px;
	height: 90px;
}

#News {
	width: 190px;
	height: 176px;
}

#OrderBox {
	background: transparent url('../images/box_green_505x110.png') left top no-repeat;
	width: 505px;
	height: 110px;
	float: left;
	margin-top: 5px;
}

h1 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
}

input[type=text], input[type=password], textarea {
	width: 164px;
	border: 1px solid #939393;
	margin-bottom: 5px;
	font-size: 11px;
	padding: 2px;
	color: #008c00;
}

input[type=text], input[type=password], textarea {
	/* height: 14px; */
}

textarea {
	height: 282px;
}

.button {
	height: 20px;
	color: #ffffff;
	font-size: 11px;
	border: 0;
	padding-bottom: 3px;
	margin-right: 2px;
	cursor: pointer;
}

.bottom {
	position: absolute;
	bottom: -20px;
}

#Login .button {
	float: left;
}

#Login input[type=button] {
	margin-right: 0;
}

label.wide {
	width: 200px;
}

input[type=checkbox] {
	float: right;
}

.content .container .leftColumn {
	width: 240px;
	margin-right: 10px;
}

.button_54 {
	width: 54px;
	background: transparent url('../images/button_54x20.png') left top no-repeat;
}

.button_78 {
	width: 78px;
	background: transparent url('../images/button_78x20.png') left top no-repeat;
}

.button_114 {
	width: 114px;
	background: transparent url('../images/button_114x20.png') left top no-repeat;
}

.button_146 {
	width: 146px;
	background: transparent url('../images/button_146x20.png') left top no-repeat;
}

.button_220 {
	width: 220px;
	background: transparent url('../images/button_220x20.png') left top no-repeat;
}

#Login.box .content .container {
	padding: 10px 10px 0;
}

#News p {
	margin-bottom: 10px;
}

#News a.news {
	color: #3e433f;
	text-decoration: none;
}

#News a.news:hover {
	text-decoration: underline;
}

#News span.date {
	display: block;
	color: #008d00;
	font-weight: bold;
}

#OrderBox {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}

#OrderBox input {
	margin-left: 2px;
	margin-top: 2px;
}

label {
	display: block;
	width: 70px;
	float: left;
}

.content .container .contactLine {
	/* height: 14px; */
}

label.narrow {
	width: 40px;
}

#Features .container {
	padding: 0 1px;
}

#Features table {
	width: 100%;
	padding: 2px;
}

#Features table tr {
	background-color: #d6d6d6;
}

#Features table tr.odd {
	background-color: #e3e3e3;
}

#Features table th {
	width: 33%;
	background-color: #009d06;
	color: #ffffff;
	padding: 7px;
	text-align: left;
	border-right: 1px solid #40b444;
	border-left: 1px solid #40b444;
}

#Features table th.first {
	border-left: none;
}

#Features table th.last {
	border-right: none;
}

#Features table td {
	text-align: center;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#Features table td.first {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	border-left: none;
}

#Features table td.last {
	border-right: none;
}

#Features .content {
	background-image: none;
	background-color: #e3e3e3;
}

span.message {
	display: none;
}

div.validationError, label.required {
	color: #ff0000;
}

fieldset {
	border: 0;
}

#Email label, #Password label, #Remember {
	color: #ffffff;
}

#Remember input[type=checkbox] {
	float: left;
}


/* Basic box styles */
.box {
	position: relative;
}

.box .header {
	background: transparent url('../images/box_top_left.png') left top no-repeat;
	height: 21px;
	margin-right: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0 0 10px;
	vertical-align: middle;
}

.box .header .right {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url('../images/box_top_right.png') left top no-repeat;
	height: 29px;
	width: 5px;
}

.box .content {
	background: #ffffff url('../images/box_bg.png') left top repeat-x;
	padding-bottom: 15px;
}

.box .content .container {
	padding: 15px;
	/* margin-bottom: 10px; */
}

.box .content .container p {
	margin: 0 0 5px;
}

.box .footer {
	background: transparent url('../images/box_bottom_left.png') left top no-repeat;
	height: 5px;
	margin-right: 5px;
}

.box .footer .right {
	position: relative;
	background: transparent url('../images/box_bottom_right.png') left top no-repeat;
	height: 5px;
	width: 5px;
	float: right;
	margin-right: -5px;
}

.box .divider {
	position: relative;
	background: transparent url('../images/box_middle_left.png') left top no-repeat;
	height: 21px;
	margin-right: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 0 10px;
	vertical-align: middle;
}

.box .divider .right {
	position: absolute;
	right: -5px;
	top: 0px;
	background: transparent url('../images/box_middle_right.png') left top no-repeat;
	height: 26px;
	width: 5px;
}

/* Definitions for static-height box */
.static {
	margin-bottom: 34px;
}

.static .content, .static .content .container {
	height: 100%;
}

.static .content {
	padding-bottom: 0;
}

/* Additional stuff */
.box .header img {
	position: absolute;
	left: 6px;
	top: 6px;
}

.box .divider img {
	position: absolute;
	left: 6px;
	top: 3px;
}

.box span.withIcon {
	margin-left: 20px;
}
