﻿/* NEW FORM STYLE CONFIG -- done4TMC 19aug09 by Janusz */

/* -- general -- */
input, textarea, select {font:bold 13px Tahoma,sans-serif; color:#444; background:#fcfafc url(../images/form-back.gif) repeat-x top left; padding:4px; border:2px #488690 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 #488690 solid;
	background:#fcfafc url(../images/form-back.gif) repeat-x top left;
	margin:0;
	display:block;
	height:22px;
	width:262px;
	-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;
}
select#locationQuick, select#mainLocation {
	width:262px;
}
/* -- inputs -- */
input#nameQuick, input#emailQuick, input#telQuick,
input#mainName,  input#mainEmail,  input#mainTel {
	width:255px;
	height:15px;
	line-height:16px;
}
/* -- textarea messages -- */
textarea#quickMessage {	width:255px; height:53px; }
textarea#mainMessage  {	width:243px; height:93px;}
/* -- SUBMIT buttons -- */
input#btnSubmitQuick {
	border: 0; background: transparent url(../design/send2.gif) no-repeat scroll 0pt 0pt; cursor: pointer; width: 69px; height: 25px; margin:0 10px 0 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(../design/send2.gif) no-repeat scroll 0pt 0pt; cursor: pointer; float:right; width: 69px; height: 25px; padding-right:5px;
	-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:#9ED20C; background-color:#efefef;
/* outline-color:#FFFFAA; outline-style:solid; outline-width:1px; */
}

#Captcha {
	height:15px;
	line-height:16px;
	width:155px;
}

input#Captcha.glowna {
	width:142px;
}

/* EOF -- NEW FORM STYLE CONFIG */

