/* CSS Document */

fieldset {
	margin: 1em 1em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #fff;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	float: left;
	width: 20em;
}

input, select {
	width: 200px;
}

p.admin {
	margin: 1em;
	padding: 1em;
}

textarea {
	width: 300px;
	height: 100px;
}

.required {
	font-size: 0.75em;
	color:#760000;
}

h1, button {
	margin: 1em 1em;
}

.divider
{
	width: 100%;
	clear:both;
	height: 6px;
	background: url("divider.jpg") #fff repeat-x top;
	padding-bottom: 20px;
}

.divider1
{
	width: 100%;
	clear:both;
	height: 5px;
	background: url("div1.jpg") #fff repeat-x top;
	padding-bottom: 0px;
	margin: 0px;
}

.divider2
{
	width: 100%;
	clear:both;
	height: 5px;
	background: url("div2.jpg") #fff repeat-x top;
	padding-bottom: 0px;
	margin:0px;
}