.forms {
	padding-bottom:24px;
}
.forms .input-row {
	clear:both;
	padding-bottom:5px;
}
.forms .input-row small {
	font-size:11px;
	padding-left:175px;
	display:block;
	padding-bottom:12px;
}
.forms .input-row small.arrow {
	background:url(../img/arrow.gif) no-repeat 410px 0;
}
.forms div.input,
.forms div.inputb {
	background-image:url(../img/input.gif);
	background-position: top;
	background-repeat:no-repeat;
	width:193px;
	height:26px;
	padding:0 5px;
	float:left;
}
.forms div.inputb {
	background-image:url(../img/inputb.gif);
	width:311px;
	height:26px;
}
.forms .dialog-error {
	background:#FEF8ED;
	color:#ff3d0d;
	border:solid 1px #ff3d0d;
	margin-left:10px;
	margin-bottom:18px;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
	display:none;
}

.forms div.input input,
.forms div.inputb input {
	border:0;
	background:none;
	font:bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:100%;
	padding-top:4px;
	outline:none;
}
.forms div.textarea,
.forms div.stextarea {
	background-image:url(../img/stextarea.gif);
	background-position: top;
	background-repeat:no-repeat;
	height:70px;
	width:193px;
	padding:0 5px;
	float:left;
	outline:none;
}
.forms div.textarea {
	background-image:url(../img/textarea.gif);
	background-position: top;
	background-repeat:no-repeat;
	width:311px;
}
.forms div.textarea textarea,
.forms div.stextarea textarea {
	width:100%;
	height:62px;
	border:0;
	background:none;
	padding:4px 0;
	font:bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.forms .input-row label {
	float:left;
	width:165px;
	padding-left:10px;
	line-height:26px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.forms .input-row select {
	font:bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	outline:none;
	width:203px;
}

.forms .input-row2 {
	clear:both;
	border:solid 1px #ccc;
	padding-bottom:3px;
	margin-bottom:5px;
}
.forms .input-row2 p {
	background:#eee;
	color:#333;
	padding-left:10px;
	padding-bottom:2px !important;
	padding-top:2px;
	margin-bottom:5px;
	font:bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	border-bottom:solid 1px #ccc;
}
.forms .input-row2 label {
	float:left;
	width:46%;
	padding-left:10px;
	line-height:26px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.forms .input-row2 label.radio {
	width:auto;
	float:none;
	display:block;
	line-height:18px;
}
.forms .input-row2 label.isocial {
	line-height:normal;
	width:115px;
	text-align:center;
	background:#eee;
	border:solid 1px #ccc;
	margin-left:5px;
	margin-bottom:5px;
	padding-left:0;
}
	.forms .input-row2 label.isocial input {
		margin:0 auto 0 0;
		display:block;
	}
	.forms .input-row2 label.isocial img {
		display:block;
		margin:0 auto;
		padding-bottom:2px;
	}
.forms .input-row2 label input {
	position:relative;
	top:1px;
	margin-right:5px;
}

.forms input.button {
	clear:both;
	display:block;
	margin-left:175px;
	margin-top:10px;
	cursor:pointer;
}
.forms input.button2 {
	clear:both;
	display:block;
	margin-top:10px;
	cursor:pointer;	
}

.forms address {
	font-weight:bold;
	display:block;
	padding-bottom:12px;
}


.forms .error div.input,
.forms .error div.inputb,
.forms .error div.textarea,
.forms .error div.stextarea {
	background-position:bottom;
}
.forms .error div.input input,
.forms .error div.inputb input,
.forms .error div.textarea textarea,
.forms .error div.stextarea textarea {
	color:#ff3d0d;
}
