/* 	------------------------- 
	basic settings
*/

body, html {
	text-align:center;
	background-color: #fff;
	font-size: 100%;
	padding: 0;
	margin: 0;
	color: #222;
	padding-top: 5px;
}

body, html, select, form, textarea, input { font-family: Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5  { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: 110%; margin: 10px 0;}
h2 { font-size: 130%; margin: 0 0 10px 0; color: #00A3E0;}
h3 { font-size: 100%; }
h4 { font-size: 100%; }

.cleaner {
	clear: both;
	line-height: 1%;
	font-size: 0;
	border: 0;
	height: 1%;
}

hr {
	border: 0;
	margin: 15px 0;
	color: #ededed;
	height: 1px;
	background: #ededed;
	clear: both;
}

.hidden { visibility: hidden; }
.hide { display: none; }
.show { display: block; }
a img { border: none; }

.center { text-align: center; margin: auto; }
.aright { text-align: right;}
.aleft	{ text-align: left;}
.right { float: right; }
.left { float: left; }
.atop	{ vertical-align: top; }
.abottom { vertical-align: bottom; }
.full {width: 100%;}
.clean { clear: both; }

a { text-decoration: none;
	color: #003082;
}
a:hover { text-decoration: underline; }

form {
	display: inline;
}

#content {
	width: 560px;
	text-align: left;
	margin: 0 auto;
	font-size: 75%;
}

.popup {
	border: 1px solid #EFEFEF;
	padding: 20px;
	margin-top: 5px;
}

.quotation label {
	float: left;
	width: 140px;
	
}
.quotation input {
	width: 310px;
	margin-bottom: 2px;	
}
.quotation select {
	width: 315px;
	margin-bottom: 2px;	
}
.quotation input.button {
	width: 86px;
	margin-left: 365px;
	margin-top: 10px;
}
.error {
	border: 2px solid #E72300;
	padding: 10px;
}
.error p, .msg_ok p {
	margin: 4px 0;	
}

.msg_ok {
	padding: 10px;
	border: 2px solid #99C099;
}