/* Start of CMSMS style sheet 'DanzStage - Form Style' */
div.danzstageform div{
	padding: 10px 0;
}

div.danzstageform input{
	float: right;
	padding-right: 10px;
}

div.danzstageform div.days_of_the_week{
	width: 110px;
	float: left;
	padding-top: 20px;
}

div.danzstageform div.days_of_the_week div{
	padding: 2px 0;
}

div.danzstageform div.what_time{
	width: 110px;
	padding: 20px 180px 80px 20px;
	float: left;
}
div.danzstageform label{
	color: #EEE;
}

div.danzstageform div.what_time div{
	padding: 2px 0;
}

div.danzstageform div.comments label{
	display: block;
}

label {
	color: #A1A1A1;
	font-family: Arial, "Times New Roman", Sans-Serif;
	font-size: 85%;
	text-align:left;
	float:top;
	margin: .5em 0px;
	padding: 0px;
}

input.fields {
	background-color: #272727;
	color: #A1A1A1;
	font-family: Arial, "Times New Roman", Sans-Serif;
	font-size: 85%;
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin: .5em 0;
	padding: 2px 0;
}

textarea {
	background-color: #272727;
	color: #A1A1A1;
	font-family: Arial, "Times New Roman", Sans-Serif;
	font-size: 10px;
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin:2px;
	padding:2px;
	width: 240px;
	height: 50px;
}

a.button {
	display: block;
	background: transparent url(images/DanzStage/button.png) scroll top right no-repeat;
	width: 96px;
	height: 32px;
}

a.button span {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, "Times New Roman", Sans-Serif;
	padding: 9px 0 5px 28px;
}

a.button:active {
	display: block;
	background: transparent url(images/DanzStage/button.png) scroll top right no-repeat;
	width: 96px;
	height: 32px;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	display: block;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, "Times New Roman", Sans-Serif;
	padding:  10px 0 4px 28px; /* push text down 1px */
}

a.newsletter_button {
	display: block;
	background: transparent url(images/DanzStage/newsletter_button.png) scroll top right no-repeat;
	width: 60px;
	height: 18px;
}

a.newsletter_button  span {
	display: block;
	color: #000000;
	font-size: 10px;
	font-family: Arial, "Times New Roman", Sans-Serif;
	padding: 3px 0 5px 11px;
}

a.newsletter_button:active {
	display: block;
	background: transparent url(images/DanzStage/newsletter_button_active.png) scroll top right no-repeat;
	width: 60px;
	height: 18px;
	outline: none; /* hide dotted outline in Firefox */
}

a.newsletter_button:active span {
	display: block;
	color: #000000;
	font-size: 10px;
	font-family: Arial, "Times New Roman", Sans-Serif;
	padding: 4px 0 4px 11px; /* push text down 1px */
}


/* End of 'DanzStage - Form Style' */

