/*
 * @package AJAX_Chat
 * @author Sebastian Tschan
 * @copyright (c) Sebastian Tschan
 * @license GNU Affero General Public License
 * @link https://blueimp.net/ajax/
 */


/*
 * Misc
 */

@media screen,projection,handheld {

	#content #bbCodeContainer input, #content #optionsContainer input.button, #content #settingsContainer #settingsList input.button {
		cursor:pointer;
	}
	
}

#notice{position:relative;width:600px;left:350px;top:-340px;font-family:"Trebuchet MS", Verdana, Arial, sans-serif;border:1px dashed brown;}
#loginContent #notice h1{text-align:center;color:red;font-size:1.3em;font-weight:bold;}
#notice p{font-size:0.9em;font-weight:normal;}

#loginHeadlineContainer img{border:none;}

#content #optionsContainer img{position:relative;top:8px;} 

#intro-header.unsub {}

#unsubscribe-wrap {border:1px solid #BEC789;width:600px;margin:0 auto;padding:20px;background:#E8EBCB}
#unsubscribe-wrap #unsubscribe h4{color:darkred}
