

/**
 * http://dribbble.com/shots/102916-Rsvp-Overlay
 */

#facebox {
    position: absolute;
    left: 50%;
    z-index: 100;
    text-align: left;
    margin-left: -375px;
	
	text-align: left;
    color: #444;
}

#facebox .popup {
    position: relative;
    width: 750px;
    
}

#facebox .hud_body {
	width: 750px;
    margin: 0 auto;
    
    background: #30102f;
 }

#facebox .hud_title {
    height: 35px;
    line-height: 35px;
    
    text-align: center;
    font-size: 120%;
    color: #eee;
    opacity: 0.6;
    background: #4f0921;
}

#facebox .hud_content {
	padding: 10px 10px 0 10px;
	opacity: 0.9;
	background: #111;
	}

#facebox .hud_content .controls {
	margin: 20px -10px 0 -10px;
	padding: 10px;
		text-align: right;
	
	background: #111;
	}

#facebox a.close {
	float: right;
	height: 35px;
	width: 30px;
	
	border: none;
	background: transparent url('../images/facebox-close-button.png') no-repeat 50% 50%;
}
#facebox a.close:hover { background: transparent url('../images/facebox-close-button-hover.png') no-repeat 50% 50%; }

#facebox .loading { text-align: center; }

#facebox .image { text-align: center; }

#facebox img {
	border: 0;
	margin: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide { z-index:-100; }

.facebox_overlayBG {
	z-index: 99;
	
	background-color: #000;
}

/*
|---------------------------------------------------------------
| TABLES IN THE FACEBOX
|---------------------------------------------------------------
*/

textarea.hud,
input.hud,
select.hud {
	background: #241e1e;
opacity: 0.6;
	color: #ccc;
}

textarea.hud:focus,
input.hud:focus,
select.hud:focus {
background: #241e1e;
opacity: 0.6;
	color: #ccc;
}

/*
|---------------------------------------------------------------
| BUTTONS
|---------------------------------------------------------------
*/
#facebox button.hud_button {
	padding: 5px 30px;
border: 1px solid #241e1e;
	font-weight: bold;
	color: #fff;
	outline: 0;
	font-size: 120%;
	background: #241e1e;
}
#facebox button.hud_button:hover {
	background: #111;
	}

input.hud_button {
	height: 20px;
	padding: 0 10px;
	min-width: 90px;
	border: 1px solid #aaa;
	background: #ccc;
	font-weight: bold;
	font-size: 120%;
	color: #333;
}
input.button:hover { border: 1px solid #999; }