body {
	padding: 0px;
	margin: 0px;
}
#dialogContainer {
	height: 350px;
	width: 580px;
	color: #666;
}
.dijitDialog {
	border: 8px solid #FFC;
	-webkit-box-shadow: 0px 5px 10px #adadad;
	padding: 0px;
	background-color: #FFF;
	position: absolute;
	z-index: 999;
	padding: 1px;
}
.dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 14px;
	color: #F90;
	font-weight: bold;
	padding: 4px;
	outline:0;
	line-height: 30px;
}
.dijitDialog .dijitDialogPaneContent {
	background: #ffffff;
	padding:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F90;
}
.dijitDialogTitleBar {
	background: #fafafa;
	cursor: move;
	outline:0;
	padding: 6px;
}
.dijitDialogCloseIcon {
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 6px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background-image: url(../../../images/default/forum/closeBtn.jpg);
	background-repeat: no-repeat;
}
.dijitDialog .closeText {
	display:inline;
}
.dijitDialogContent {
	padding: 0px;
}
.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	background: transparent !important;
}
.dijitDialogUnderlay {
	opacity: 0.5;
	background-color: #999;
}
.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=70);
}
.dialogtext {
	color: #666;
}
#sprycaptcha {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 50px;
	float: left;
}



#sprycaptcha label {
	line-height: 50px;
	color: #666;
}
#sprycaptcha label #captcha {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	width: 80px;
	word-spacing: 3px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "ºÚÌå";
	margin: 0px;
	height: 25px;
}
#captchaimg {
	height: 50px;
	width: 200px;
	float: left;
	padding-left: 15px;
}
#captchaimg img {
	cursor: pointer;
}
#submit {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 13px;
	line-height: 20px;
	float: right;
}


.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #F00;
}
/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #FFF;
}
/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FFC;
}
/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
#articleT {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #666;
	height: 25px;
	width: 260px;
}

