﻿@import "Elements.css";
@import "Classes.css";

body
{
	background-image: url(Images/bg_body.png);
	background-color: #003050;
	background-color: #006699;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

a 
{
	color: inherit;
}

p
{
	width: 62%;
	padding: 0px 70px;
}

fieldset 
{
	width: 62%;
	padding: 10px 70px;
	border-width: 0px;
	border-top: 1px
}

input
{
	font-family: inherit;
	font-size: 1.75em;
	padding: 3px;
	border: solid 1px #ccc;
	margin: 0px 5px;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
}

input[type='submit']
{
	font-weight: bold;
	background-color: #ffce00;
	border-color: #ffce00;
	/*background-color: Transparent;
	width: 70px;
	background-image: url(Images/bg_button.png);*/
	border-width: 2px;
	cursor: pointer;
	color: #000;
}

input[type='text']
{
	width: 250px;
}