

/* Web-forms :: public css */

/* -----------| Contacts |----------- */
#contacts {
	overflow:hidden;
	padding:20px 0;
	width:100%;
	text-align:center
	}
	#contacts FIELDSET {
		padding:20px 15px 15px 15px;
		margin:0 auto;
		width:405px;
		text-align:left;
		background:url(/bitrix/templates/Default/images/email-bg.jpg) 0 1px no-repeat;
		border:solid 1px #BBB
		}
	* HTML #contacts FIELDSET {
		width:435px;
		w\idth:405px;
		}
	#contacts FIELDSET.message {
		padding-top:0;
		background:url(/bitrix/templates/Default/images/form-bg.jpg) 0 1px no-repeat;
		}
		#contacts FIELDSET DIV {
			overflow:hidden;
			padding-bottom:8px;
			width:100%;
			}
	#contacts LABEL {
		display:block;
		padding-top:2px;
		width:310px;
		}
	#contacts .message LABEL {
		float:none;
		width:auto;
		text-align:center
		}
	#contacts INPUT,
	#contacts SELECT,
	#contacts TEXTAREA {
		border:solid 1px #BBB
		}
	#contacts INPUT,
	#contacts SELECT {
		float:right;
		width:258px
		}
	#contacts TEXTAREA {
		width:383px
		}
	#contacts INPUT.send {
		float:none;
		width:auto;
		border-color:#FFF #FFF #000 #000
		}
