
/* ----------------------------------------- 
   =FORMS
   ----------------------------------------- */


/* basic */



fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0; 
}
.gallery fieldset {
	margin: 0;
}
.myaccount fieldset {
  border-left: 7px solid #eee;	
}
fieldset.submit {  
	border-style: none; 
}
.gallery fieldset.submit {  
	border-style: none; 
	margin: 0;
	padding: 0 0 30px 0;
}
.members fieldset.submit {  
	border-style: none; 
	margin: 0;
	padding: 0 0 30px 0;
}



fieldset ol {  
	list-style: none; 
	margin: 0;
	padding: 0;
} 

fieldset li {  
	padding-bottom: 1em; 
} 


 
legend {  
	font-size: 12px;
  line-height: 1.5em;
  padding-top: 1.5em;
  margin-bottom: 0;
  color: #000;	
} 


.myaccount legend {
	padding: 20px 0 15px 3px;
	margin: 0;
	font-weight: bold;
}
.myaccount fieldset ol {  
	padding-left: 10px;
} 



textarea {
	width: 98%;
	height: 10em;
	border: 1px solid #ccc;
	font: 12px arial;
	padding: 3px;
}

textarea.small {
	width: 594px;
	height: 5em;
	border: 1px solid #ccc;
}

input {
	font-size: 12px;
	padding: 1px;
}

input.text {
	width: 220px;
	height: 17px;
	border: 1px solid #ccc;
}

select {
	width: 220px;
}


/* sub groups */

fieldset fieldset {  
	margin-bottom: 0;  
	border-style: none;  
	background-color: transparent;  
	background-image: none; 
}
 
fieldset fieldset legend {  
	margin: 0 0 0 0;  
	font-weight: normal;
}
 
fieldset fieldset ol {  
	position: relative;  
	margin: 0;  
	padding: 0; 
}
fieldset fieldset ol li {  
  line-height: 10px;
  margin: 2px 0 2px 0;
  padding: 0;
}

 
fieldset fieldset label {  
  display: inline;
	float: none;  
	width: auto;  
	margin-right: auto; 
}



/* to position the label left of the input box */


fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 1em 0 1.5em 0;  
	padding: 0; 
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 10.5em; 
}
fieldset.submit.left {  
	padding-left: 0; 
}


.gallery fieldset.submit {
	padding-left: 0;
}
.members fieldset.submit {
	padding-left: 0;
}


fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em; 
}

label {  
	float: left;  
	width: 9em;  
	margin-right: 1em;
}

.gallery label {
	width: 30em;
}


.members #content label em img {
	float: none;
	margin: 0;
	padding: 0;
}

/* to right align lables */
/*
label {  
	text-align: right; 
}
*/


/* to position label above input */
/*
label {  
	display: block; 
	margin-bottom: 5px;
}
*/

/* bg colors */
/*
legend {  
	margin-left: 1em;  
	padding: 0;  
	color: #000;  
	font-weight: bold; 
}
fieldset {  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 1em 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #ccc;  
	background-color: #fffeec; 
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 9.2em;  
	background-color: transparent; 
}
*/

fieldset {  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 15px 0 0 0;  
	background-color: #fff;  
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	background-color: transparent;  
	background-image: none; 
	margin-bottom: 60px;
}



/* req - text */ 
/*
label em {  
	display: block;  
	color: #060;  
	font-size: 85%;  
	font-style: normal;  
	text-transform: uppercase; 
}
*/


/* error */

label.error { 
	clear: both;
	font-family: arial;
	width: 24em; 
	color: #C00;
	font-size: 85%; 
	font-weight: bold;
	text-transform: uppercase; 
	margin: 2px 0px 5px 120px;
}



/* placeholder for longer error messages */

#error-placeholder {
	background: #fdd;
}

#error-placeholder p {
  border: 0;
  padding: 10px 0 10px 15px;
  margin: 0;
}

#error-placeholder ol {
  border: 0;
  padding: 0 0 10px 1em;
  margin: 0 0 1em 0;
}

#error-placeholder ol li {
  border: 0;
  padding: 0;
  margin: 0.3em 0 0.3em 1.8em;
}



/* member login box */

ol.member_login {
  padding: 10px 10px 10px 15px;
  margin-right: 20px;
  background: #eee;
}

ol.member_login input.submit {
  margin: 7px 0 5px 0;
  height: 20px;
}

ol.member_login p {
  display: inline;
  position: relative;
  top: -5px;
  left: 10px;
}

ol.member_login input.text {
	width: 55%;
	height: 15px;
	border: 1px solid #aaa;
}



form p.note {
	padding: 0px 0 20px 30px;
	color: #999;
}


