﻿
fieldset {	border:none; padding:10px;margin:0px 10px 10px 0px;font-weight:bold; }
fieldset span, fieldset label{line-height:25px; width:100px;display:inline-block;font-size:0.7em; color:#B5B8BA; }
fieldset select {float:none !important;}
legend {color:#B5B8BA;font-size:0.8em;font-weight:bold;}
input
{
	background: #fff url(../i/elements/input200.gif) no-repeat;
	font-family:Arial;
	color:black;
	padding:5px 2px;
	margin-bottom:0px;
	border:none !important;
	height:16px;
	width:196px;	
}
select
{
	font-size:0.7em;
	padding:3px 3px 4px 3px;
	float:left;
	border:none !important;	
	font-size:0.8em !important;
	font-family:Arial;	
	background-color:#fff;
}
.ddl200 { background: url(../i/elements/ddl200.gif) no-repeat; width:200px !important; padding:4px 2px 5px 2px;}
textarea
{
	border:none;
	font-size:1em;
	background: url(../i/elements/textarea305.gif) top left no-repeat;	
	height:160px;
	padding:5px;
	font-size:0.8em;
	overflow:auto;
	font-family:verdana,sans-serif;
	border:none !important;
	width:305px;
}

.required
{
	font-size:0.7em;
	color:Red;
	margin-left:2px;
	font-weight:normal;
	line-height:20px;
	width:auto !important;
}
.requiredTextArea
{
	font-size:0.7em;
	color:Red;
	padding-left:5px;
	font-weight:normal;
}

/* ******************** BUTTONS */
input[type="submit"]
{	
	border:none !important;
	cursor:pointer !important;
	outline:none !important;
	text-decoration:none !important;	
	font-weight:bold;color:#FFF;font-size:0.7em;cursor:pointer;
	
}
.btnSendEnquiry
{
	background-image:none;
	background: url(../i/elements/btnSendEnquiry.gif) no-repeat;
	width:118px; height:28px; margin:0 0 10px 10px; padding:2px;
	
}
.btnSendEnquiry:hover
{		
	background: url(../i/elements/btnSendEnquiryHov.gif) no-repeat;
}
.btnNewEnquiry
{
	background-image:none;
	background: url(../i/elements/btnNewEnquiry.gif) no-repeat;
	width:118px; height:28px; margin:0 0 10px 10px; padding:2px
}
.btnNewEnquiry:hover
{	
	background: url(../i/elements/btnNewEnquiryHov.gif) no-repeat;
}

ul.page {margin-left:10px; padding:0;float:left; width:300px;}
ul.page  li { list-style:none;  }


input[type="file"]
{		
	font-family:Arial;
	width:196px;
	border:1px solid gray !important;	
	font-size:0.9em;
	height:25px;
	z-index:2;
	position:relative;
}
/*
input[type="file"] {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
.upload
{
	background: #fff url(../i/elements/input200.gif) no-repeat !important;
}
*/