.submitbutton {
	background: url( /css/images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	cursor:pointer
}


#enterstages {
width:100%;
clear:both;
height:90px;
}
#enterstages ol {
padding-left:0; margin-left:0
}
#enterstages li {
display:block;
float:left;
background-color:#336699;
border:1px solid;
margin-left:2px;
}

#enterstages li a {
display:block;
padding:10px;
width:145px;
color:#fff;
text-decoration:none;
border-style:outset;
border:2px;
}

#enterstages li a:hover {
display:block;
padding:10px;
width:145px;
text-decoration:none;
background-color:#336699;
border-style:outset;
border:2px;
}

.form-note {
	font-size: 85%;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 0;
	display: block;
        visibility: hidden;
}

.form-divide {
	padding: 0.3em 0;
	border-bottom: 1px solid #ddd;
}

.form-divide span {
	font-size: 85%;
}

.form-divide span img {
	vertical-align: middle;
}

/* .form-error, .form-error-basic, .error, .warning {
        color: #900;
        font-size: 85%;
        font-weight: bold;
        margin-bottom: 1em;
        background: url(/img/error.gif) no-repeat;
        padding: 2px 0 4px 18px;
} */

.form-full {
	width: 100%;
}

#url {
	font-size: 135%;
	white-space: nowrap;
}

#url-string {
	width: 680px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#bodytextpreview {
	overflow: hidden;
	width: 550px;
}

.form-large fieldset #url {
	width: 500px;
	display: inline;
}

.form-large .form-text, .form-large .form-text-variable, .form-large textarea, #topic-default1, #topic-default2, #topic-default3, .form-large select, .form-large .form-brief {
	background: #fff url(/img/form-back.gif) repeat-x;
	border: 1px solid #d9d7c1;
	color: #776B1B;
	padding: 2px;
}

.form-large textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.form-large input {
	padding: 3px 7px !important;
	font-size:120%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold
}
.form-large select {
	font-size:120%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.form-large div {
	clear: left;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

.form-large .form-text {
	width: 260px;
	padding: 3px;
}

.form-large .form-brief {
	width: 200px;
} /*IE6*/

.form-large .form-text-variable {
	width: 96%;
}

.form-large textarea  {
	height: 7em;
	width: 97%;
}

.form-large label {
	float: none;
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #817A71;
	margin: 0.7em 0 0.1em 0;
}

.form-large label span {
	font-size: 80%;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
}

.form-large label.form-checkbox {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.form-large .form-field {
	padding-bottom: 1em;
}

.tab, .profile-form div.tab {
    border-bottom: 2px solid #ab9c73;
    height: 2.1em;
    clear: both;
    margin-top: 2em;
    padding: 0; /*trust me*/
}

.tab h3 {
    float: left;
    letter-spacing: normal;
    font-size: 105% !important;
    font-weight: bold !important;
    height: 1.5em;
    min-width: 12em;
    text-align: center;
    color: #fff !important;
    padding: 0.6em 10px 0 10px;
    margin: 0 0 0 5px;
    background-color: #ab9c73;
}

.sidebar .tab h3 {
    min-width: 8em;
}	

.tab form, .tab .tab-more {
    float: right;
    margin-right: 15px;
    font-weight: bold;
    display: block;
    padding-top: 0.2em;
}

.tab-more {
    font-size: 85%;
}

.tab-details .return {
	font-weight: bold;
	float: right;
}

.tab-details {
    background: #eff6e8;
    color: #507d1e;
    padding: 8px 15px;
}

.sidebar .tab-details {
	font-size: 85%;
	padding: 6px;
}