@charset "utf-8";
/* SETTINGS CMS CSS - FORMS */

/* FORM GENERAL CSS */
.rightcolwrap .settings-form	{
	width: 580px;
	padding: 20px 15px 20px 25px;
	margin: 0 0 5px 0;
}

.settings-form .row, 
.settings-form .row-text, 
.settings-form .row-full, 
.settings-form .row-textarea	{
	width: 580px;
	height: 35px;
	margin-bottom: 5px;
	line-height: normal;
}

.settings-form .row-text	{
	height: 30px;
	width: 570px;
	padding: 5px 5px 0 5px;
	color: #AAAAAA;
	overflow: hidden;
}

.settings-form .row-textarea	{
	height: 62px;
	margin-bottom: 20px;
}

.settings-form .row-text a	{
	text-decoration: underline;
}

.settings-form .row-full	{ /** just an alternative to row-text */
	height: 30px;
	width: 570px;
	padding: 10px 5px 0 5px;
	margin-bottom: 0;
	color: #AAAAAA;
	overflow: hidden;
}

.settings-form .row .left	{
	float: left;
	width: 329px;
	margin-right: 5px;
	font-size: 14px;
}

.settings-form .row .right	{
	display: inline;
	float: left;
	width: 244px;
	height: 28px;
	padding-top: 7px;
	color: #AAAAAA;
	overflow: hidden;
}
/* END REQUEST & PHOTOGRAPHER FORM GENERAL CSS */


/** HEADER WITH RADIUS **/
.settings-form .row-question, 
.settings-form .row-mailings	{ /** just an alternative to row-text */
	overflow: hidden;
	width: 545px;
	height: auto;
	min-height: 20px;
	padding: 3px 10px 3px 15px;
	margin-bottom: 20px;
	color: #AAAAAA;
	background-color: #151515;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/** HEADER WITH RADIUS **/


/** MAILING PREFERENCES FORM w/checkboxes **/
.settings-form .row-checkboxes	{
	width: 579px;
	height: auto;
	padding-right: 1px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: normal;
}

.settings-form .row-checkboxes-1	{
	height: 171px;
}

.settings-form .row-checkboxes-2, 
.settings-form .row-checkboxes-3	{
	height: 102px;
}

.settings-form .row-checkboxes-4, 
.settings-form .row-checkboxes-5	{
	height: 33px;
}

.row-checkboxes .cboxcol	{
	float: left;
	width: 185px;
	padding: 0 4px 0 4px;
}

.row-checkboxes .cboxcol .item	{
	width: 185px;
	height: 20px;
	margin-bottom: 3px;
}

.row-checkboxes .cboxcol .item .checkfield	{
	float: left;
	width: 20px;
	height: 18px;
	padding-top: 2px;
}

.row-checkboxes .cboxcol .item .checktext	{
	float: left;
	width: 165px;
	height: 20px;
}

/* columns a bit wider for client area - group 3 */
.row-checkboxes-3 .cboxcol2	{
	width: 200px;
}

.row-checkboxes-3 .cboxcol3	{
	width: 170px;
}

.row-checkboxes-3 .cboxcol2 .item	{
	width: 200px;
}

.row-checkboxes-3 .cboxcol3 .item	{
	width: 170px;
}

.row-checkboxes-3 .cboxcol2 .item .checktext	{
	width: 180px;
}

.row-checkboxes-3 .cboxcol3 .item .checktext	{
	width: 150px;
}
/** END MAILING PREFERENCES FORM w/checkboxes **/


/* THE FORM ELEMENTS (still need client-info for client-start.php) */
#settings-info	{
	margin: 0;
	width: 260px; /* customize width, this form have fluid layout */
}

#settings-info fieldset	{
	margin:0;
	padding:0;
	border:none;	
	padding-bottom:1em;
	background: inherit;
}

#settings-info legend	{
	display:none;
}

#settings-info input, 
#settings-info textarea	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 311px;
	padding: 5px 3px;
	color: #AAAAAA;
	border: 1px solid #222;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #000000;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#000000),
			to(#111111)
		);
	background:
		-moz-linear-gradient(
			top,
			#000000,
			#111111
		);
}

#settings-info #settings_btn	{
	width: 319px;
	height: 36px;
	padding-top: 3px;
	color: #040404;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	background-color: #DDD;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#DDD),
			to(#DDD)
		);
	background:
		-moz-linear-gradient(
			top,
			#DDD,
			#DDD
		);
}

#settings-info input.error, 
#settings-info textarea.error	{
	border-color: #FF0000;
	width: 311px;
	padding: 5px 3px;
}

#settings-info div span.error	{
	color: #FF0000;
}

#settings-info div span.valid	{
	color: #39FB00;
}

.row-checkboxes #mailcheck {
	width: auto;
	height: auto;
}

/* END THE FORM ELEMENTS */
