@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'FixedsysTTFMonospaced';
	src: url('http://www.erestor-design.be/teaser/fixedsys500c-webfont.eot');
	src: local('☺'), url('http://www.erestor-design.be/teaser/fixedsys500c-webfont.woff') format('woff'), url('http://www.erestor-design.be/teaser/fixedsys500c-webfont.ttf') format('truetype'), url('http://www.erestor-design.be/teaser/fixedsys500c-webfont.svg#webfontMXS6qTqS') format('svg');
}

html,body {
	overflow:hidden;
}

body {
	background-image: url(../img/spacer2.jpg);
	background-repeat: repeat-x;
	background-color: #67bfd9;
}

#container {
	margin: 15px  0 0 25px;
}

#error {
	color: #0e86a9
}

h2 {
	font-family: 'FixedsysTTFMonospaced';
	font-size: 24px;
	color: #0e86a9;
	line-height: 36px;
}

p {
	font-family: 'FixedsysTTFMonospaced';
	font-size: 16px;
	color: #e2e2e2;
	line-height: 24px;
}

td {
	font-family: 'FixedsysTTFMonospaced';
	font-size: 16px;
	color: #e2e2e2;
	line-height: 24px;
}

input.textfield, input.cf_textbox {
	background: none ;
	border-bottom: dashed;
	border-width: thin;
	border-left: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #86e2f7;
	font-family: 'FixedsysTTFMonospaced';
	font-size: 16px;
	color: #0e86a9;
	line-height: 24px;
}

input.button {
	background: none;
	font-family: 'FixedsysTTFMonospaced';
	font-size: 16px;
	border-style: double;
	border-width: thick;
	border-color: #86e2f7;
	color: #86e2f7;
	cursor: pointer; 
}

input.button:hover {
	color: #e2e2e2;
	border-color: #e2e2e2;
}

input.button_submit:hover {
	color: #e2e2e2;
	border-color: #e2e2e2;
}

input.button_erase:hover {
	color: #e2e2e2;
	border-color: #e2e2e2;
}

input.button_submit {
	background: none;
	font-family: 'FixedsysTTFMonospaced';
	font-size: 16px;
	border-style: double;
	border-width: thick;
	border-color: #86e2f7;
	color: #86e2f7;
	cursor: pointer;
}

input.button_erase {
	background: none;
	font-family: 'FixedsysTTFMonospaced';
	font-size: 16px;
	border-style: double;
	border-width: thick;
	border-color: #86e2f7;
	color: #86e2f7;
	cursor: pointer;
}

textarea {
	font-family: 'FixedsysTTFMonospaced';
	font-size: 16px;
	color: #0e86a9;
	line-height: 24px;
	background: none;
	border-style: double;
	border-width: thick;
	border-color: #86e2f7;
}

td.space {
	padding-left: 35px;
}

td.space_textarea {
	padding: 4px 0 0 35px;
}
	
	
