/* 

******* FORMS - Modify as needed ******* 

Constants:
#DEFAULT_FLDSIZE = 17.95em
#HOR_INDENT = 12em
#HOR_INDENT_LVL2 = 12em


/* forms */
.form {
	clear: both;
}
.popup .form {
	width:420px;
}
	fieldset {
		border:0;
		margin:0 0 1em 0;
		padding:0;
	}
	legend { 
		display:none;
	}
	label {
		width:128px;
		float:left;
		margin:2px 5px 0 0;
	}
	#content-main label {
		width:180px;
	}
	.field {
		margin:0 0 5px 0;
		float:left;
	}
	#content-main .field {
		width:544px;
	}
	.box .field {
		width:100%;
	}
	#content-main .thumbs .field {
		width:auto;
	}
	.action {
		width:490px;
		float:left;
		padding:.5em 0 0 0;
		white-space:nowrap;
	}
	.popup .action {
		width:419px;
	}
	.box .action {
		width:100%;
	}
	#content-main .action {
		float:right;
	}
		#content-main .action a.button {
			margin-right:0;
		}
	.action .button {
		float:right;
		margin:0 8px 0 0;
	}
	.multiple input {
		float:left;
		margin:0 6px 0 0;
	}
	input[type=text],
	input[type=password],
	input[type=file] {
		float:left;
		height:19px;
		font-size:1em;
		padding:3px 3px 0 3px;
		border:1px solid #c9c9c9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		clear:none;
	}
	input[type=file] {
		height:auto;
		float:left;
	}
	input[type=checkbox],
	input[type=radio] {
		margin:0;
		padding:0;
	}
	input.readonly {
		background:#bbb;
		color:#333;
	}
	input.replaced {
		display: none;
	}
	textarea {
		width:262px;
		height:120px;
		float:left;
		border:1px solid #c9c9c9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family:'Lucida Sans', Lucida, Verdana;
		font-size:1em;
		padding:3px;
	}
	.questionnaire textarea {
		width:568px;
	}
	select {
		font-size:1em;
	}
	option {
		padding:1px 3px;
	}
	.options {
		float:left;
	}
	.options label {
		clear:both;
		margin:3px 0;
	}
	.bp_panoramix {
		display: none;
	}
	
/* errors */
span.error {
	color:#f00;
	display:block;
	margin:0 0 1em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #ffa5a5;
	background:#ffeeee;
	padding:7px 10px;
}
#content-main span.error {
	width:521px;
}
.error label,
.error select {
	color:#f00 !important;
}
.error input[type=text],
.error input[type=password],
.error input[type=file],
.error textarea,
.error select {
	border-color:#f00;
	background: #ffeeee;
}
.suggest {
	position:absolute;
	width:220px;
	left:440px;
	z-index: 10;
}
.suggest-profile {
	position:absolute;
	width:220px;
	left:560px;
	z-index: 10;
}
/* report idea form */
#report-idea form {
	margin:2em 0 0 0;
}

label input.radio,
label input.checkbox,
label .radio input,
label .checkbox input {
	margin:0 6px 0 0;
	position:relative;
	top:0;
	padding:0;
}
input.inline,
a.inline {
	margin:2px 0 0 .2em;
}
/* login form */
#login .middle {
	min-height:100px;
}
#login form {
	clear:both;
}

/* buttons */
a.button {
	color:#fff;
	background:transparent url('../images/buttons/button.png') no-repeat 0 -22px;
	padding:0 0 0 10px;
	text-decoration:none;
	display:inline-block;
	height:22px;
	line-height:13px;
	cursor:pointer;
}
	a.button span {
		background:transparent url('../images/buttons/button.png') no-repeat 100% 0;
		display:block;
		height:16px;
		padding:4px 10px 2px 0px;
		margin:0;
		font-size:.9em;
		white-space:nowrap;
	}
a:hover.button {
	background-position:0 -66px;
}
	a:hover.button span {
		background-position:100% -44px;
	}
a.button-secondary {
	background-position:0 -110px;
}
	a.button-secondary span {
		background-position:100% -88px;
		color:#1c1919;
	}
a:hover.button-secondary {
	background-position:0 -154px;
}
	a:hover.button-secondary span {
		background-position:100% -132px;
		color:#1c1919;
	}
a.button-large {
	background-position:0 -208px;
	height:32px;
	line-height:22px;
	text-align:center;
	margin:0 4px;
}
	a.button-large span {
		background-position:100% -176px;
		height:32px;
		font-size:1.5em;
		width:160px;
	}
a.button-large:hover {
	background-position:0 -272px;
}
	a.button-large:hover span {
		background-position:100% -240px;
	}

a.button-rss {
	background:transparent url('../images/buttons/button-rss.png') no-repeat 0 -22px;
}
	a.button-rss span {
		background:transparent url('../images/buttons/button-rss.png') no-repeat 100% 0;
		padding-right:30px;
		color:#1c1919;
	}

a.button-pdf {
	background:transparent url('../images/buttons/button-pdf.png') no-repeat 0 -22px;
}
	a.button-pdf span {
		background:transparent url('../images/buttons/button-pdf.png') no-repeat 100% 0;
		padding-right:30px;
		color:#1c1919;
	}

.button-right {
	float:right;
	margin-right:0 !important;
}
.button-left {
	float:left !important;
}
.button-clear {
	clear:both;
}

/* preview forms */
.preview input {
	border:0;
	font-weight:bold;
}

/* login */
#login, #join {
	position:absolute;
	display:none;
	top:45px;
	right:0;
	z-index:2000;
}
	#login input.inline, a.inline {
		margin:2px 0 0 0.5em !important;
	}

/* form fields/menus of various widths */
/* Note: SELECT is generally about 0.65 ems longer than INPUT/TEXTAREA of the same class */

input.digit { width:40px }
select.digit { width:40px; }
input.short { width:90px; }
select.short { width:90px; }
label.short { width:55px; }
input.medium,
textarea.medium { width:197px; }
select.medium { width:197px; }
input.long,
textarea.long { width:256px; }
select.long { width:264px; }
input.extended,
textarea.extended { width:350px; }
select.extended { width:358px; }
input.auto,
textarea.auto,
select.auto { width:auto; }
input.full,
textarea.full { width:98.5%; }
select.full { width:99.85%; }


.inline label {
	width:auto;
}
.nolabel {
	padding-left:132px;
}

/* confirmation */

.confirmation {
	background:#eee;
	padding:10px;
	margin:0 0 2em 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	.confirmation p { margin:0; }
