body{
	font-family: Arial,Helvetica, sans-serif;
	margin:0;
	background-color: #3e3f3e;
	padding: 0;
	border: 0;
}

div#curve_box{
	margin: 0;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #f8fff8;
	background-image: url('box_back3.png');
	background-repeat: no-repeat;
	background-position: 25px 4em;
}

div#curve_box_inner{
	width: 485px;
	padding:0;
	margin:0;
	height: 390px;
	overflow: scroll;
}

div.grippie {
background: #fff1d1 url(grippie.png) no-repeat scroll center 2px;
border-color: #bf7830;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
width: 400px;
}

div.resizable-textarea{
	margin-left:13em; /* 13 (size of the label box in em) * 1 (the font-size of the label box) */
}

.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
height: 20%;
position:relative;
}

input, textarea{
	padding: .25em;
	border: 1px solid #BF7830;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

textarea{
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}

form fieldset{
	border: 0;
}

form fieldset ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form fieldset ul li{
	margin: 1em 0;
	padding: 0;
}

form fieldset label{
	position:relative;
	float: left;
	width: 13em;
	font-weight: bold;
	color: #025167;
	border-bottom: 1px solid #A65400;
}

h1{
	font-size: 14pt;
	margin-bottom: 0;
}

p{
	font-size: 11pt;
	padding: 0 .5em;
	color: #333;
}

p#cancel{
	margin-top:0;
	padding: 0 0 .5em 1em;
	font-style:italic;
	font-size: .75em;
	border-bottom: 2px solid #BF7830;
	background-image: url('header_back.png');
	background-attachment: bottom left;
	background-repeat: repeat-x;
}

label span{
	font-size: .75em;
	font-style: italic;
}

form fieldset ul li p.label_explain{
	position: relative;
	float: left;
	clear: left;
	width: 15em;
	font-size: .8em;
	margin: 0;
}

form fieldset ul li input#submitbutton{
	clear: left;
	position:relative;
	float: left;
	margin: 1.5em .5em;
	background-color: white;
}
