@charset "utf-8";
/* CSS Document */

/*samo za ovu formu*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.EaForms {
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	width: 300px;
}

.EaForms * {
	margin: 0;
	padding: 0;
}

.EaForms fieldset {
	border: none;
}

.EaForms .EaFormsFieldsetMain {
	border: none;
	padding: 0px 19px;
}

.EaForms h2 {
	background: url(http://www.euroart93.net/splash2/qwo.gif) top left no-repeat;
	display: block;
	width: 90px;
	height: 12px;
	text-indent: -10000px;
	margin-bottom: 15px;
}

.EaForms .EaFormsItemText label,
.EaForms .EaFormsItemTextarea label {
	display: block;
	color: #6f6f6f;
	font-size: 11px;
	padding-bottom: 2px;
}

.EaForms .EaFormsItemText {
	margin: 4px 0px;
}

.EaForms label .EaFormsItemTextLabelRequired {
	color: #fc7512;
	padding-left: 4px;
}

.EaForms .EaFormsItemText input {
	background: url(http://www.euroart93.net/images/contact_form/contact_form_input_bck.gif) top right no-repeat;
	border: none;
	width: 262px;/*262*/
	height: 26px;/*26*/
	color: #fc7512;
	font-weight: bold;
	padding: 5px 6px 0px 6px;
	font-size: 11px;
}

.EaForms .EaFormsItemTextarea {
	border-top: 1px dotted #fe790d;
	border-bottom: 1px dotted #fe790d;
	padding: 10px 0px;
	width: 262px;
	margin-top: 8px;
}

.EaForms .EaFormsFieldset.CheckboxGroup {
	margin-bottom: 8px;
}

.EaForms .EaFormsItemCheckbox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.EaForms .EaFormsItemTextareaInput {
	background: url(http://www.euroart93.net/images/contact_form/contact_form_input2_bck.gif) top right no-repeat;
	border: none;
	width: 262px;/*262*/
	height: 102px;/*102*/
	font-family: Tahoma;
	color: #fc7512;
	padding: 5px 6px 5px 6px;
	font-size: 11px;
}

.EaForms .EaFormsItemTitle {
	font-size: 11px;
	color: #fc7512;
	margin: 8px 0px;
}

.EaForms .EaFormsItemCheckbox {
	height: 20px;
}

.EaForms .EaFormsItemCheckbox input {
	float: left;
	margin-right: 6px;
}

.EaForms .EaFormsItemCheckbox label {
	color: #6f6f6f;
	font-size: 11px;
	float: left;
}

.EaForms .EaFormsItemCheckbox .EaFormsItemTextLabel {
	display: none;
}

.EaForms .EaFormsItemCheckbox .EaFormsItemTextInput {
	background: url(http://www.euroart93.net/images/contact_form/contact_form_input3_bck.gif) top right no-repeat;
	border: none;
	width: 200px;/*200*/
	height: 26px;/*26*/
	color: #fc7512;
	font-weight: bold;
	padding: 5px 6px 0px 6px;
	font-size: 11px;
	float: right;
	margin: -4px 0px 0px 0px;
}

.EaForms .EaFormsFieldset.Simage {
	border-top: 1px dotted #fe790d;
	border-bottom: 1px dotted #fe790d;
	padding: 8px 0px;
	margin: 8px 0px;
}

.EaForms .EaFormsItemSimage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.EaForms .EaFormsItemSimageLabel {
	display: block;
	color: #6f6f6f;
	font-size: 11px;
	padding-bottom: 2px;
	float: left;
	width: 70px;
}

.EaForms .EaFormsItemSimageImage {
	background-color: #f7fcff;
	padding: 3px;
	float: right;
}

.EaForms .EaFormsMessage {
	color: #ff7800;
	font-size: 11px;
	line-height: 17px;
	border-top: 1px dotted #fe790d;
	border-bottom: 1px dotted #fe790d;
	padding: 6px 0px;
}

.EaForms .EaFormsMessage span {
	font-weight: bold;
	font-size: 12px;
}

.EaFormsInputSubmit {
	width: 99px;
	height: 31px;
	background: url(http://www.euroart93.net/images/contact_form/contact_form_submit.jpg) top left no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	border: none;
	cursor: pointer;
	float: right;
}








