/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 212 2009-09-03 05:33:44Z emartin24 $
 *
 */
body {height:100%; margin:0;}


/* Overlay */
#confirm-overlay {background-color:#eee; cursor:wait;}

/* Container */
#confirm-container {height:170px; width:526px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left; background:#fff url(../img/jquery.modaldialog/s_bg.jpg) bottom right no-repeat; border:1px solid #000;}
#confirm-container .header {height:30px; width:100%; background:url(../img/jquery.modaldialog/s_hd.gif) repeat-x; color:#fff; font-size:1.1em; font-weight:bold; line-height:30px;}
#confirm-container .header span {padding-left:8px;}
#confirm-container .message {color:#333; margin:0; padding:12px 4px 12px 8px; font-size:1em;}
#confirm-container .buttons {width:160px; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../img/confirm/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-size:1.1em; position:absolute; top:-5px; left:500px; color:#ccc;}
#confirm-container a.modal-close:hover {color:#eee;}
.simplemodal-data{
	background:url(../img/jquery.modaldialog/s_hd.gif) repeat-x;
}
#contact_title {
	margin-left:-15px;
	color:#fff;
	width:200px;
	font-weight:bold;
	font-size:15px;
}

#content_text {
	margin-left:7px;
	margin-top:10px;
	font-size:13px;
	color:#666666;
}

#content_button_area {
	margin-top:80px;
	margin-left:220px;
}

.content_button {
	background-color:#e3901d;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}