@charset "utf-8";

/** DisableStyle
----------------------------------------------*/
.ctForm-loader {
	width: 16px;
	height: 28px;
	float: left;
	margin-left: 20px;
	background: url('./img/ajax-loader.gif') no-repeat center center;
}

.ctForm_DisableStyle-disable input.form-text,
.ctForm_DisableStyle-disable input.form-password,
.ctForm_DisableStyle-disable input.form-select,
.ctForm_DisableStyle-disable textarea.form-textarea {
	background-color: #ddd!important;
	color: #999!important;
}
.ctForm_DisableStyle-disable .bt-gray28 .l {background-position: 0 0!important;}
.ctForm_DisableStyle-disable .bt-gray28 .r {background-position: right -28px!important;}
.ctForm_DisableStyle-disable .bt-gray28 .c {background-position: 0 -56px!important; color: #666!important;}

.ctForm_DisableStyle-disable .bt-gray20 .l {background-position: 0 0!important;}
.ctForm_DisableStyle-disable .bt-gray20 .r {background-position: right -20px!important;}
.ctForm_DisableStyle-disable .bt-gray20 .c {background-position: 0 -40px!important; color: #666!important;}

