/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dl, dt, dd,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
a
{
	margin				: 0;
	padding				: 0;
	font-family			: Arial, sans-serif;
	font-size			: 100%;
}
body
{
	font-size			: 12px;
	color				: #1d1e22;
	background			: #e4e4da;
}
img
{
	border				: 0;
}
p {
	margin-bottom		: 1em;
}
a {
	color				: #ff8a00;
	text-decoration		: underline;
}
a:hover {
	text-decoration		: none;
}
p
{
	margin-bottom		: 1em;
}
ul {
	margin-bottom: 1em;
}
ul li {
	margin-left: 20px;
}

div.hr {
	clear: both;
	margin: 0.3em 0;
	height: 3px;
	overflow: hidden;
	background: url('/dsg/line_hor.gif') repeat-x top left;
}


/* clear */
div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
}
* html .clearfix {
	height: 1%;
}


/* form */
form {
	margin: 33px 0 18px 0;
}

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

form ul.radio li {
	display: inline;
}

form dl dt label {
	font-size: 90%;
	font-weight: bold;
}

form p {
	margin: 0;
}
form p.error {
	color: red;
	font-size: 90%;
	margin-bottom: 1em;
}
p.info {
	margin: 1em 0;
}

form input.text {
	width: 189px;
	padding: 2px;
	border: none;
	border: 1px solid #999;
}
form select {
	border: 1px solid #999;
}
form dl dd {
	margin-bottom: 1em;
}