/* Cold Stone Creamery Forms (for dark backgrounds) */
input, textarea, select {
	color: #000000;
	background-color: #FBDFA0;
	border: 1px solid #c4a059;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
input,textarea {	
	/* hide from IE mac \*/
	background-image: url(../../../images/textbox_back.jpg);
	background-repeat: repeat-x;
	/* end hiding from IE5 mac */
}
.required {
	/* hide from IE mac \*/
	background-image: url(../../../images/textbox_required.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* end hiding from IE5 mac */
}
.invalidInput{
	/* hide from IE mac \*/
	background-image: url(../../../images/textbox_invalid.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* end hiding from IE5 mac */
}
.validInput{
	/* hide from IE mac \*/
	background-image: url(../../../images/textbox_valid.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/* end hiding from IE5 mac */
}
/* Scott J. test of removing button treatment.*/
.button {
	 border: 2px solid #FFFFFF;
    border-bottom-color: #cccccc;
    border-right-color: #cccccc;

    background-color: #FFFFFF;
    background-image: url(../../../images/design_5.jpg);
    background-repeat: repeat-x;
    padding: 0.10em;
    color: #333333;    font-size: 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.button:active {
	 border: 2px solid #999999;
    border-top-color: #666666;
    border-left-color: #666666;
}
.button_small{
 border: 1px solid #FFFFFF;
    border-bottom-color: #cccccc;
    border-right-color: #cccccc;

    background-color: #FFFFFF;
    background-image: url(../../../images/design_5.jpg);
    background-repeat: repeat-x;
    padding: 0px;
    color: #333333;    
	font-size: 9px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	
}
.button_small:active {
	 border: 1px solid #999999;
    border-top-color: #666666;
    border-left-color: #666666;
}

.requiredText {
	font-size: 18px;
	font-weight: bold;
	color: #b33e35;
}
.imagebutton {
	background-color: transparent;
	background-image: none;
        border-width: 0;

}
.dataset{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	line-height:160%;
	margin:0 10px 10px 10px;
}
.radio{
	background:none;
	background-color:transparent;
	border-width:0px;
}
.checkbox{
	background:none;
	background-color:transparent;
	border-width:0px;
}
.PadForValidation{
	padding-right:20px;
}
.NoBackground, .checkbox, .radio{
	background-image:none;
        border-width:0 0 0 0;
	background-color:transparent;
}
