/*
file : screen.css
client : Flowers by Alice
use : Current screen stylesheet
author : Karl BRIGHTMAN
date created: 9th August 2007
the song : Simply Red - Your Mirror
on this day : 1945 – World War II: USAAF bomber Bockscar dropped an atomic bomb named Fat Man, devastating Nagasaki, Japan
*/

/*-------------------------------------------
	General Selectors
-------------------------------------------*/
* { line-height: 1.6; margin: 0; padding: 0; text-transform: lowercase; }

body {
	background: #454533;
	font: normal 62.5% Tahoma, Verdana, sans-serif;
}

.clear { clear: both; display: block; height: 0; line-height: 0; }
hr.clear { background: 0; border: 0; visibility: hidden; margin: 0; padding: 0; }

img { border: 0; }
p { margin-bottom: 1em; }

/*-------------------------------------------
	Container
-------------------------------------------*/
#container {
	background: url(../images/core/popup_bg.jpg) repeat-y 0 167px;
	margin: 0 auto;
	position: relative;
	width: 400px;
}

#content {
	padding: 15px;
}


/*
*************************************************
file : enquiry_form.css
use : Standard enquiry form stylesheet
author : Karl BRIGHTMAN
date created: 19th February 2007
*************************************************
*/

#enquiryform {
	border: 0;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#enquiryform em {
	color: #ff0000;
}

#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}

#enquiryform fieldset ol {
	list-style-type: none;
	margin-top: 5px;
	padding: 0;
}

#enquiryform fieldset ol li {
	margin-bottom: 24.5px;
}

#enquiryform label {
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

#enquiryform textarea, #enquiryform input {
	color: #555;
	font-size: 1.1em;
	width: 200px;
}

#enquiryform textarea {
	font: 1em/1.9em "Arial", "Helvetica", sans-serif;
}
