@import url(http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,latin-ext,greek,greek-ext);

form.formular {
	font-family: 'Open Sans', tahoma, verdana,  sans-serif;
	font-size: 14px;
	padding: 20px;
	border: 1px solid #A5A8B8;

	width:100%;
	float:right;
	
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #546b8e;
	
	
}

.formular legend {
	font-size: 14px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 100%;
	color: #546b8e;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x; 
	
}
.formular textarea {
	width: 100%;
	height:20px;
	color: #546b8e;
	padding: 4px;
	border: 1px solid #546b8e;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
	
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	text-align:center;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 200px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

/* Icons ---------------------------------- */
#name{
	background-image:url(../images/name.png);
	background-size: 30px 30px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	opacity:0.7;
}

#name:focus{
	background-image:url(../images/name.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
    background-position: 95% 50%;
	background-repeat: no-repeat;
	opacity:0.7;
}

#email{
	background-image: url(../images/email.png);
	background-size: 30px 30px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	opacity:0.7;
}

#email:focus{
	background-image: url(../images/email.png);
	background-size: 30px 30px;
    background-position: 95% 50%;
	background-repeat: no-repeat;
	opacity:0.7;
}

#telephone{
	background-image:url(../images/phone.png);
	background-size: 30px 30px;
	background-position: 95% 50%;
	background-repeat: no-repeat;
	opacity:0.7;
}
#telephone:focus{
	background-image: url(../images/phone.png);
	background-size: 30px 30px;
    background-position: 95% 50%;
	background-repeat: no-repeat;
	opacity:0.7;
}

#comment{
	background-image: url(../images/comment.png);
	background-size: 30px 30px;
	background-position: 95% 5%;
	background-repeat: no-repeat;
	opacity:0.7;
}

