body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/css_images/bg_main.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.boxes_texts {
	font-size: 12px;
	padding: 10px 20px 25px;
	background-image: url(images/css_images/bg_window.jpg);
	text-align: justify;
}
.top_bg {
	background-image: url(images/css_images/bg_top.jpg);
	background-repeat: repeat-x;
}
.hometop {
	font-size: 12px;
	background-image: url(images/css_images/textbox.jpg);
	background-repeat: no-repeat;
	padding: 0px 30px 26px;
	text-align: justify;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/css_images/navbar.jpg);
	text-align: right;
	padding: 0px 7px 0px 0px;
	height: 22px;
}
.intro_texts {
	font-size: 12px;
	padding: 0px 25px 25px;
	text-align: justify;
}
.form_bg {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 15px;
	clip: rect(auto,auto,auto,auto);
}
.indentation {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.dialog {
	width:90%;
	margin:20px auto 20px;
	min-width:20em;
	color:#000000;
}
.dialog .hd .c,
.dialog .ft .c {
 font-size:11px; /* ensure minimum height */
 height:29px;
}

.dialog .ft .c {
 height:42px;
}

.dialog .hd {
 background:transparent url(images/rounded/tl.jpg) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(images/rounded/tr.jpg) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(images/rounded/ml.jpg) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(images/rounded/mr.jpg) repeat-y right 0px;
}

.dialog .bd .c .s {
 background:transparent url(images/rounded/msl.jpg) no-repeat 0px 0px;
}

.dialog .bd .c .s .c {
background:transparent url(images/rounded/msr.jpg) no-repeat right 0px
}

.dialog .ft {
 background:transparent url(images/rounded/bl.jpg) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(images/rounded/br.jpg) no-repeat right 0px;
}
.bottom_text {
	font-size: 12px;
	clip: rect(auto,auto,auto,auto);
	color: #666666;
	padding-top: 15px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.rfq_images {
	padding: 0px 0px 25px;
}
