/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : NASET Master Stylesheet
Author : Cast Iron Coding	
Email : zach@castironcoding.com 

Description : frontend register stylesheet for NASET.org

Created : 8/2/06
Modified : 8/5/06

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

.tx-srfeuserregister-pi1 form { 
}
.tx-srfeuserregister-pi1 p { 
	margin-top: .5em; 
	margin-bottom: 0; 
	padding: 0 .3em; 
	text-indent: 0; 
}
.tx-srfeuserregister-pi1 h4 { 
	margin-top: 0; 
	padding-left: .3em; 
}
.tx-srfeuserregister-pi1 legend { 
	padding: 0 .5em; 
	font-weight: bold; 

}

.tx-srfeuserregister-pi1-fieldset {
	border: 0;
}


.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a:link { padding-left: 14px; background-image: none;  background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
.tx-srfeuserregister-pi1 label span { color: #ff0000; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { 
	color: red !important; 
	padding-left: 0px !important;
	margin: 0 !important;
}
p.tx-srfeuserregister-pi1-error {
	color: red; 
}

.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: none; background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-srfeuserregister-pi1 dl {margin: 0; padding: 1em 0 0 0; }

.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { 
	margin: 0; 
	padding: 0 0 .5em 0; 
	float: left; 
}

.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
.tx-srfeuserregister-pi1 dd { text-align: left; clear: none; width: 70%;}
* html .tx-srfeuserregister-pi1 dd { float: none; }
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }

.tx-srfeuserregister-pi1-header {
	font-weight: bold;
	text-align: center;
	background-color: #999;
	padding: 5px;
}

.tx-srfeuserregister-pi1-costTable {
	width: 500px;
	margin-top: 5px;
	margin-left: 8px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

.tx-srfeuserregister-pi1-costTable tr td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px;
}

.tx-srfeuserregister-pi1-membershipCost {
	text-align: left;
}

.tx-srfeuserregister-pi1-costTableError {
	margin-left: 43px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#tx-srfeuserregister-pi1-fe_users_form {

}

#tx-srfeuserregister-pi1-fe_users_form dt {
  font-weight: bold;
}

/* table-based version */

.registerTableForm td {
	padding-bottom: 12px;
	font-size: 13px;
}

.registerTableForm td.col1 {
	text-align: right;
	padding-right: 8px;
}

.registerTableForm td label {
	font-weight: bold;
}
