

div.textblock {
	padding:				0 100px 0 12px;
}


div#contactFormBlock,
div#inlogform {
	width:					610px;
	padding:				30px 0 30px 0;
	/*background:url("/images/contactform_bg.png");*/
	
	border: 0px solid black;
}

div#inlogform {
	background:				url("images/login_bg.gif") 390px 35px no-repeat;
}


#contactFormBlock label,
#inlogform label {
	display: 				block;
	clear:					left;
	width: 					115px; /* 150 - 35 - 0 */
	float: 					left;
	margin-bottom: 			5px;
	text-align: 			left;
	padding-left: 			35px;
	color:					#000;
	font-weight:			bold;
}

#contactFormBlock input,
#inlogform input {
	float: 					left;
	display: 				block;
	width: 					410px;
	height:					16px;
	margin-bottom: 			5px;
	padding:				0 5px 0 5px;
	font-size:				11px;
	border:					1px solid #accad1;
}

#inlogform input {
	width:					210px;
}

#contactFormBlock textarea {
	height:					100px;
	overflow:				auto;
	border:					1px solid #accad1;
}


#contactFormBlock br {
	clear: 					left;
}

div.infotext {
	padding-left:			150px;
}

input.req, textarea.req, select.req {
    background-color:   	#fae5e5;
    border:             	1px solid #cc0000;
}

#contactFormBlock label.req {
	color:					#cc0000;
}

#login {
	display:inline;
	width:85px !important;
	height:22px !important;
	background-color: #e0dfe4;
	margin-left: 150px;
}

#send {
	display:			inline;
	width:				150px !important;
	height:				22px !important;
	background-color: 	#e0dfe4;
	margin-left: 		150px;
}

div.contentblock a {
	padding-left:		20px;
	background: 		url(images/readmore_bg.gif) left 4px no-repeat;
	text-decoration:	underline;
}
div.contentblock a:hover {
	text-decoration:	none;
}

div.error input, div.error textarea {
    background-color:       #fae5e5;
    border:                 1px solid #cc0000;
}

div.error label {
    color:                  #cc0000 !important;
}


