﻿/* NEW FORM STYLE CONFIG -- done4TMC 19aug09 by Janusz */
/* -- general -- */
input, textarea, select {font:bold 13px Tahoma,sans-serif; color:#444; background:#efefef url(../images/form-back.gif) repeat-x top left; padding:4px; border:2px #23a5d2 solid;
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
/* -- dropdown -- */
select { 
	padding:2px!important;
	border:0;
	height:22px;
}
.ieFIX {
	border:2px #23a5d2 solid;
	background:#efefef; /* url(../images/form-back.gif) repeat-x top left; */
	margin:0;
	display:block;
	height:22px;
	width:250px;
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;
}
.ieFIXQuick {
	border:2px #23a5d2 solid;
	background:#efefef; /* url(../images/form-back.gif) repeat-x top left; */
	margin:0;
	display:block;
	height:22px;
	width:228px;
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;
}
select#mainLocation {
	width:250px;
}
select#locationQuick {
	width:227px;
}
/* -- inputs -- */
input#mainName,  input#mainEmail,  input#mainTel {
	width:242px;
	height:15px;
	line-height:16px;
}
input#nameQuick, input#emailQuick, input#telQuick {
	width:230px;
	height:15px;
	line-height:16px;
}
/* -- textarea messages -- */
textarea#quickMessage {	width:220px; height:63px; }
textarea#mainMessage  {	width:218px;  height:93px; margin-top:0;}
/* -- SUBMIT buttons -- */
input#btnSubmitQuick {
	border: 0; background: transparent url(../images/btn.gif) no-repeat scroll 0pt 0pt; cursor: pointer; width: 110px; height: 35px; margin:0; float:right;
	-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;
}
input#btnSubmitEnquiry {
	border: 0; background: transparent url(../images/btn.gif) no-repeat scroll 0pt 0pt; cursor: pointer; float:right; width: 110px; height: 35px; margin-right:-10px;
	-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;	
}
/* -- focus effect -- */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
border-color:#bbb; background-color:#fdfde4;
outline-color:#FFFFAA; outline-style:solid; outline-width:1px;
}
#Captcha {
	line-height:16px;
	width:155px;
}
input#Captcha.glowna {
	width:117px; margin:0;
	height:15px;
}
input#Captcha.inna {
	width:117px; margin:0;
	height:15px;
}

/* EOF -- NEW FORM STYLE CONFIG */


