form {

}
form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#right form fieldset {
	margin-bottom: 5px;
}
form ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
form ol li {
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
form li.error strong {
	display: block;
	color: #ed1c24;
	font-size: 0.917em;
	font-weight: normal;
	line-height: 1.364em;
	margin-bottom: 5px;
}
form div.hidden {
	display: none;
}
form .password_text {
	margin: 0;
	padding: 3px 0 0 9px;
	position: absolute;
}
form .text input,
form .password input,
form .textarea textarea,
form .select select {
	padding: 1px;
	border: 1px solid #8d8c87;
	margin: 0;
	outline: none;
	width: 184px;
}
form .textarea textarea {
	overflow: auto;
}
form .textarea textarea.autogrow {
	overflow: hidden;
}
form .checkbox div {
	display: inline;
	margin-right: 5px;
}
form .submit input {
	cursor: pointer;
	overflow: visible;
}

/* design */
form label {
	font-weight: bold;
}

#center form fieldset {
	background: #f0f0f0;
	padding: 20px 0 15px;
}
#center form label {
	clear: both;
	float: left;
	width: 110px;
	text-align: right;
	margin: 0;
	padding-top: 4px;
	overflow: hidden;
}
#center form label.required {
	width: 103px;
	padding-right: 7px;
	background: url('/media/dsg/required.gif') no-repeat center right;
}
#center form li div,
#center form li strong,
#center form .submit {
	margin-left: 120px;
}
#center .text input,
#center form .password input,
#center form .textarea textarea {
	width: 274px;
}
#center form .submit {
	padding-top: 20px;
}
#center form .submit input {
	border: none;
	width: 130px;
	height: 40px;
	/*color: #fff;*/
	font-size: 1.167em;
	font-weight: bold;
	/*text-shadow: 2px 2px 2px #000;*/
}
.ie #center .text input,
.ie #center form .password input,
.ie #center form .textarea textarea {
	position: relative;
	top: -1px;
	margin-bottom: -2px;
}
.ie6 #center .text input,
.ie6 #center form .password input,
.ie6 #center form .textarea textarea {
	left: -3px;
}

#right form label {
	display: block;
	margin-bottom: 3px;
}
#right form .text input,
#right form .password input,
#right form .textarea textarea {
	width: 178px;
	padding: 2px;
}
#right form .submit {
	padding: 0;
	margin: 0;
}
.ie #right form .submit {
	margin-left: -10px;
	margin-right: 7px;
}
#right form .submit input {
	border: 0;
	padding: 3px 0 3px 28px;
	color: #000;
	font-weight: bold;
	width: 85px;
	height: 33px;
	overflow: hidden;
}

#newsletter_form_login{
	background: url('/media/dsg/submit_login.jpg') no-repeat center left;
}

#newsletter_form_logout{
	background: url('/media/dsg/submit_logout.jpg') no-repeat center left;
}