/* Forms */

input, select, option, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

input.text, textarea {
	padding: 2px 2px 1px 2px;
}

textarea {
	display: block;
	margin-bottom: 1.5em;
}

dd textarea {
	width: 320px;
	height: 6em;
}

dd input.text, dd select {
	width: 220px;
}

dd select {
	width: auto;
}

dd select option {
	padding: 1px 2px 0px 2px;
	padding-right: 1em;
}

dt {
	float: left;
	z-index: 3;
	position: relative;
	width: 220px;
	margin-bottom: 1em;
	clear: left;
	padding-left: 1em;
}

dd {
	margin-left: 240px;
	margin-bottom: 1em;
	text-align: left;
}

dl.single dd {
	margin-left: 0;
	clear: left;
}

dl.single .field {
	width: 500px;
	height: 8em;
}

.buttons {
	clear: both;
	margin-top: 1em;
}

/* Tabs... complicated! */

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-left: 15px;
	height: 1%;
}

 .nav li {
	position: relative;
    float: left;
    margin: 0 5px;
	padding: 0;
	margin-bottom: -1px;
	z-index: 0;
	
	background: url(/images/tab-right.gif) no-repeat top right;
	padding-right: 5px;
}

.nav li.current {
	position: relative;
	z-index: 2;
	
	background-image: url(/images/tab-right-current.gif);
}

.nav a {
    display: block;
	float: left;
	position: relative;
    text-decoration: none;
	padding: 0 1px;
	
	background: url(/images/tab-left.gif) no-repeat top left;
	
	text-decoration: none;
	color: #333;
}

.nav li.current a {
	background-image: url(/images/tab-left-current.gif);
}

.nav span {
	padding: 4px 10px 3px 10px;
	margin-right: -5px;
	position: relative;
	float: left;
	background: url(/images/tab-gradient.gif) repeat-x bottom left;
}

.nav a:hover {
	cursor: pointer;
}

.nav li.current span {
	background: none;
}

.pane {
	position: relative;
	clear: left;
	z-index: 1;
	
	background: url(/images/form-top.gif) no-repeat top left;
	padding-top: 3px;
}

.pane2 {
	background: url(/images/form-bottom.gif) no-repeat bottom left;
	padding: 15px 20px 18px 20px;
}

