/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#confirm {display:none;}

/* Overlay */
#confirm-overlay {background-color:#000000; }

/* Container */
#confirm-container {height:140px; width:417px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left;}
#confirm-container .header {height:21px; line-height:30px; width:100%; background:url(../img/confirm/lg_tw_t.png) no-repeat; color:#fff; font-weight:bold;}
#confirm-container .footer {height:21px; line-height:30px; width:100%; background:url(../img/confirm/lg_tw_b.png) no-repeat; color:#fff; font-weight:bold;margin-top:-1px;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; font-size:14px; margin:0; background:url(../img/confirm/lg_tw_m.png) repeat-y; }
#confirm-container .buttons {line-height:26px; width:160px; float:right;}
#confirm-container .buttons .yes {background:url("../img/confirm/ok.png") repeat-x scroll 0 0 transparent; bottom:27px; color:#666666; cursor:pointer; float:right; font-size:0; font-weight:bold; height:47px; margin-left:4px; position:relative; right:3px; text-align:center; width:40px;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {color:#29ABE2; font-size:20px; font-weight:bold; position:absolute; right:15px; text-decoration:none; top:5px;}
#confirm-container a.modal-close:hover {color:#ccc;}
#confirm-container .message  .twi_logo{ background:url("../img/confirm/twitter.png") no-repeat scroll 0 0 transparent; float:left; height:53px; width:52px;font-size:0;text-indent:-9999px;}
#confirm-container .message  .twi_tex1{
color:#29ABE2; font-size:13px; font-weight:bold; text-transform:uppercase;
}
#confirm-container .message  .twi_tex{
color:#29ABE2; font-size:16px; font-weight:bold; 
}
#confirm-container .message  .message_inner{
	margin:0 auto;
	width:385px;
}

.model_confirm_wrap .no span{
	color:#bfd730;
	cursor:pointer;
}
.model_confirm_wrap .no{
	color:#29ABE2;
	float:left;
	font-size:12px;
	font-weight:600;
	margin-top:12px;
}
.model_confirm_wrap .twitter_name{
	border:1px solid #29ABE2;
	padding:5px;
	position:absolute;
	width:309px;
}
.model_confirm_wrap{
	float:left;
	margin-left:10px;
	padding-top:30px;
}




