﻿/*-----------------------------------------------------------------------------
	Property pages styles
-----------------------------------------------------------------------------*/

div.reg
{
	margin: 0 0 10px 0;
	width: 595px;
	background: url(/images/bg/reg-bg.gif) repeat-y left top;
}
div.reg-inner
{
	background: url(/images/bg/reg-top.gif) no-repeat left top;
}
fieldset.reg
{
	width: 595px;
	w\idth: 580px;
	padding:2.5em 0px 20px 15px;
	margin: 0;
	border: none;
	background: url(/images/bg/reg-bottom.gif) no-repeat left bottom;
}
fieldset.reg h4
{
	float: left;
	clear: both;
	font-size: 1em;
	margin: -1.5em 0 0 0;
	background: #fff;
	color: #ee3324;
	padding: 0 7px;
}
fieldset.reg label
{
	display: block;
	width: 170px;
	float: left;
	clear: left;
	margin-right: 20px;
	text-align: right;
	padding-bottom: 10px;
}

fieldset.reg input,
fieldset.reg textarea
{
	width: 331px;
	background: #fafafa;
	border: 1px solid #d0d0d0;
	margin-bottom: 9px;
	padding: 3px;
}
fieldset.reg select
{
	width: 227px;
	background: #fafafa;
	border: 1px solid #d0d0d0;
	margin-bottom: 9px;
	padding: 3px;
}
fieldset.reg input.short
{
	width: 155px;
}
fieldset.reg select.properties-list
{
	width: 331px;
}
fieldset.reg .checkboxes
{
	float: left;
	padding-top: 4px;
}
fieldset.reg .checkboxes input
{
	width: 30px;
	float: left;
	padding: 0;
	background: none;
	border: none;
	clear: left;
}
fieldset.reg .checkboxes label
{
	width: 260px;
	text-align: left;
	float: none;
	clear: none;
	padding-bottom: 8px;
}
fieldset.reg .checkboxes br
{
	height: 0px;
	line-height: 0;
}

input.submit-btn
{
	margin-top: 15px;
	margin-left: 513px;
	width: 86px;
	height: 30px;
	background: url(/images/buttons/more-info-big.gif) no-repeat;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	padding-bottom: 2px;
}

