/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */

body {padding:0; margin:0; height:100%; width:100%;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Image Popup Overlay */
#simplemodal-image-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:280px; width:300px; background-color:#000000; border:3px solid #454346;}
#simplemodal-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container .modal {padding:8px;text-align:center;}

/* Image Popup Container */
#simplemodal-image-container {height:176px; width:176px; background-color:#000000; border:3px solid #454346;}
#simplemodal-image-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-image-container .modal {padding:8px;text-align:center;}

.modal .imagerotation {
	position:relative;
	right:160px;
	height:160px;
}

.modal .imagerotation span {	
	position:absolute;
	text-align:center;
}

.modal .imagerotation span span {
	width:160px;
	text-align:center;
}

#simplemodal-container .modal select {
	color: #B9B9B9;
	background-color: #000000;
	font-size: 12px;
	border: 1px solid #B9B9B9;
	width:220px;
}

#simplemodal-container .modal option {
	color: #B9B9B9;
	background-color: #000000;
	font-size: 12px;
}


#simplemodal-container .modal input {
	color: #B9B9B9;
	background-color: #000000;
	font-size: 14px;
	border: 1px solid #B9B9B9;
	padding-left:2px;
	width:220px;
}

#simplemodal-container .modal textarea {
	color: #B9B9B9;
	background-color: #000000;
	font-size: 11px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	border: 1px solid #B9B9B9;
	padding-left:2px;
	width:220px;
	height:100px;
}
