#divPopup #formAccount .textbox { width: 194px; }
#divPopup #formAccount .listbox { width: 350px; }
#divPopup #formAccount #txtPassword { margin-right: 4px; width: 91px; text-align: center; }
#divPopup #formAccount #txtConfirm { width: 91px; text-align: center; }
#divPopup #formAccount #txtQuestion01,
#divPopup #formAccount #txtQuestion02,
#divPopup #formAccount #txtQuestion03 { width: 342px; }
#divPopup #formAccount ul li:nth-child(8),
#divPopup #formAccount ul li:nth-child(11),
#divPopup #formAccount ul li:nth-child(14) { display: none; }

#divPopup #formAccount #txtCaptcha { margin-right: 4px; width: 100px; text-align: center; }
#divPopup #formAccount #imgCaptcha { margin-right: 4px; padding: 2px; width: 20px; height: 19px; border: 1px solid rgba(0,0,0,0.2); border-radius: 0.3em; vertical-align: top; }
#divPopup #formAccount #imgCaptcha:hover { border: 1px solid rgba(0,0,0,0.4); cursor: pointer; }
#divPopup #formAccount #btnAccount { width: 60px; }
#divPopup #formAccount #captcha {
	border: 1px solid #8eb4f2;	/* #6FCEF4 */
	border-radius: 0.3em;
/*
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
*/
}










/* MOBILE */

/* Smartphone (portrait and landscape) - CGA (320) to HVGA (480) */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 736px) {
}


/* Smartphone (landscape) */
@media only screen 
and (max-device-width: 736px)
and (orientation: landscape) {
}


/* Smartphone (portrait) */
@media only screen 
and (max-device-width: 736px)
and (orientation: portrait) {
	#divPopup #formAccount #lstQuestion01,
	#divPopup #formAccount #lstQuestion02,
	#divPopup #formAccount #lstQuestion03 { width: 308px; }
	#divPopup #formAccount #txtQuestion01,
	#divPopup #formAccount #txtQuestion02,
	#divPopup #formAccount #txtQuestion03 { width: 300px; }
}


/* Tablet (portrait and landscape) - PAL (768) to PAL+ (1024) */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {
}


/* Tablet (landscape) */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: landscape) {
}


/* Tablet (portrait) */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {
}


/* Desktop/Laptop (landscape) - HD 720 (1280x720), Unnamed (1366x768), WXGA (1280x800) */
/* Anything else - Unnamed (1440x900), Unnamed (1600x900), WSXGA+ (1680x1050), HD 1080 (1920x1080), WUXGA (1920x1200) */
/* NOTE: we 'min-device-width > 736' so that cell phones aren't triggered */
@media only screen 
and (min-device-width: 737px)
and (min-height: 720px) {
}

