@IMPORT url("definitions.css");

body {
	font-family: Verdana, Tahoma, Arial, Georgia, "Times New Roman";
	font-size: 12px;
	color: #000000;
}

a {
	color: #FF0000;
	text-decoration: none;
}

.obutton {
	width: 82px;
	height: 28px;
	background: transparent url('/data/images/button-orange.png') no-repeat;
	border: 0px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

dl, dt, dd {
	text-align: left;
}

dl div {
	margin-bottom: 5px;
}

dt, dd {
	color: #757575;
}

dd input,
dd textarea {
	width: 400px;
	color: #797979;
	background-color: #dedede;
	border: 1px solid #797979;
	padding: 2px;							
}

dd input.code {
	width: 100px;
}