﻿/* 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 #EF8436 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 #EF8436 solid;
	background:#fcfafc 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 #EF8436 solid;
	background:#fcfafc 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:100%;  height:93px;}
/* -- SUBMIT buttons -- */
input#btnSubmitQuick {
	border: 0; background: transparent url(../images/send.gif) no-repeat scroll 0pt 0pt; cursor: pointer; width: 69px; height: 24px; margin:0;
	-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/send.gif) no-repeat scroll 0pt 0pt; cursor: pointer; float:right; width: 69px; height: 24px; 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:#888888; background-color:#efefef;
/* outline-color:#FFFFAA; outline-style:solid; outline-width:1px; */
}

/* EOF -- NEW FORM STYLE CONFIG */

