@charset "utf-8";
/*
Theme Name: fabricaudio
Description: This is the style of fabricaudio.com's contact
Version: 1.0
Author: paramana.com
*/
.skype {
    color: #54533F;
}
.skype:hover {
    color: #94904E;
}
/*the contact form*/
#contactNote {
	float: left;
	width: 340px;
}
#contactForm {
    background: url(../images/contactFormBG.jpg) no-repeat 0 0;
	width: 350px;
	float: left;
	border-left: 1px solid #222222;
    height: 365px;
}

#stampImage {
	float: left;
    padding: 15px 0 0 32px;
    width: 250px;
}
#name, #email {
    background:#010101 none repeat scroll 0 0;
	/*background: url(../images/field.png) no-repeat scroll 0 0;*/
	width: 150px;
	float: right;
	height: 15px;
	padding: 5px;
}

#message {
    background:#010101 none repeat scroll 0 0;
	/*background: url(../images/messageField.png) no-repeat scroll 0 0;*/
	color: #CCCCCC;
	float: right;
	height: 115px;
	padding: 10px;
	width: 300px;
}
#contactForma {
	width: 350px;
	float: right;
	font-size: 12px;
	overflow: visible;
	padding-top: 20px;
	position: relative;
}

.inp, .button {
	color: #CCCCCC;
	border: none;
	font-size: 12px;
    border:1px solid #333333;
	margin: 1px;
}
input.button {
	background: url(../images/submitButton.png) no-repeat scroll 0 0;
	height: 30px;
	right: -30px;
	top: 185px;
	position: absolute;
	width: 26px;
    border: none;
}

input.button:hover {
	color:#9b403c;
	background: url(../images/submitButton.png) no-repeat scroll 0 -30px;
	width: 26px;
	height: 30px;
}

#forma #messageText {
	color: #999999;
	display: block;
	float: right;
	font-weight: bold;
	height: 20px;
	margin-top: 8px;
	overflow: hidden;
    text-align: left;
    padding-left: 10px;
    width: 150px;
}

label.error {
	color: #700000;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	display: none;
	position: absolute;
	z-index: 99999;
    background-color: #010101;
}
#nameError {
    top: 29px;
    right: 80px;
}
#emailError {
	top: 58px;
    right: 22px;
}
#emailWrong {
	top: 58px;
    right: 22px;
}
#messageError {
	top: 90px;
    right: 40px;
}
#messageShort {
	top: 90px;
    right: 40px;
}
#feedback {
    position: relative;
    text-align: center;
    top: 40px;
}
#feedback h3 {
	font-size: 14px;
	margin: 0px;
	overflow:hidden;
	display: block;
}
#feedback p {
	color: #54533F;
	font-weight: bold;
	margin: 0px;
	overflow: hidden;
	display: block;
}
#checkmark {
	position: relative;
	top: -60px;
	left: -40px;
}
.active {
	border: 1px solid #94904E;
}
/*------------*/

#subscribeForm  {
	float: left;
	font-size: 12px;
	overflow: visible;
	padding-top: 20px;
	position: relative;
	height: 80px;
	padding-left:10px;
}

#subscribeForma  {
	color: #999999;
	display: block;
	font-weight: bold;
    text-align: left;
    padding-left: 10px;	
}

#sName, #sEmail {
    background:#010101 none repeat scroll 0 0;
	/*background: url(../images/field.png) no-repeat scroll 0 0;*/
	width: 150px;
	height: 15px;
	padding: 5px;
	float:left;
}

input.sButton {
	background: url(../images/submitButton.png) no-repeat scroll 0 0;
	height: 30px;
	right: 0px;
	top: 5px;
	position: relative;
	width: 26px;
    border: none;
}

input.sButton:hover {
	color:#9b403c;
	background: url(../images/submitButton.png) no-repeat scroll 0 -30px;
	width: 26px;
	height: 30px;
}

td.subscribeButton {
	width:70px;
	text-align:right;
}

.sLabelCell{
	padding-left:10px;
	width:100px;
}

#sNameError {
    top: 28px;
    left: 195px;
}
#sEmailError {
	top: 58px;
    left: 195px;
}
#sEmailWrong {
	top: 58px;
    left: 195px;
}

#sFeedback {
    position: relative;
    text-align: center;
    top: 15px;
	left:-10px;
}
#sFeedback h3 {
	font-size: 14px;
	margin: 0px;
	overflow:hidden;
	display: block;
}
#sFeedback p {
	color: #54533F;
	font-weight: bold;
	margin: 0px;
	overflow: hidden;
	display: block;
}