/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

#ajax-contact-form {
	float: left;
	}
#ajax-contact-form label {
	margin-left: 10px;
	margin-top: -10px;
	position: relative;
	}
	
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
}


.button {
	background: url(../images/submitbutton.png) top no-repeat;
	width: 116px;
	height: 41px;
	margin-left: 215px;
	margin-top: 20px;
	cursor: pointer;
}

.button:hover, .button:active {
	background: url(../images/submitbutton.png) bottom no-repeat;
}

.button name, .button type, .button value {
	display: none;
	}

/* Label */
label  { width: 50px; margin: 5px; margin-top: -5px; text-align: center; }

/* Input, Textarea */
input, textarea
{
border: none;
margin: 0 auto;
margin-top: 5px;
width: 317px;
background: transparent;
color: #ADA48A;
font-weight: bold;
font: 17px Verdana, Helvetica, Arial, sans-serif;
}

.l-text {
	color: #FFF;
}

.d-text {
	color: #ADA48A;
}

#contact-name {
	background: url(../images/singlelineinput.png) no-repeat;
	width: 327px;
	height: 38px;
	padding-left: 5px;
	}
	
#contact-email {
	background: url(../images/singlelineinput.png) no-repeat;
	width: 327px;
	height: 38px;
	padding-left: 5px;
	}
#contact-subject {
	background: url(../images/singlelineinput.png) no-repeat;
	width: 327px;
	height: 38px;
	padding-left: 5px;
	}
#contact-message {
	background: url(../images/messageinput.png) no-repeat;
	width: 327px;
	height: 203px;
	padding-left: 5px;
	}

