.blackout {
	display: none;
	position:fixed;
	_position:absolute;
	width: 100%;
	z-index:10000;
	background-color:#000;
	margin: 0px;
	padding: 0px;
	left:0;
	top:0;
	background-color:#1b1b1b;
}

.socialmodalOuter {
	display: none;
	font-family: arial;
	color: #575E6D;
    font-size: 14px;
	line-height: 20px;
	background: rgb(73, 73, 73); /* The Fallback */
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    left: 50%;
    padding: 7px;
    position: fixed;
	_position:absolute;
    top: 50%;
    z-index: 10001;
}

.socialmodal {
    background: none repeat scroll 0 0 #1b1b1b;
    border-radius: 3px 3px 3px 3px;
    width: 460px;
}

.socialmodal .title_modal {
    /*border-bottom: 1px solid #333333;*/
    font-weight: normal;
    font-size: 19px;
	padding:16px 15px 5px 15px;
	text-align:center;
	font-family: 'Cuprum', 'Advent Pro', Tahoma, Geneva, sans-serif;
	font-size:25px;
	color: #fff;
	text-transform:uppercase;
}

.socialmodal .subtitle {
	border-bottom: 1px solid #333333;
    font-weight: normal;
    font-size: 19px;
	padding:0px 15px 10px 15px;
	text-align:center;
	font-family: 'Cuprum', 'Advent Pro', Tahoma, Geneva, sans-serif;
	font-size:15px;
	color: #fff;
	text-transform:upper;
}

.socialmodal .warning {
	margin: 0px;
	background:#cb2026;
	color:#ffffff;
	padding:4px;
	text-align:center;
}

.socialmodal .content {
	padding: 0px 15px;
    margin-top: 10px;
	line-height: 17px;
	border-bottom: 1px solid #333333;
	padding: 5px 0px 15px 0px;
}

.socialmodal .share {
	padding: 0px 15px 15px;
	margin:20px 0px 0px 0px;
	text-align:center;
	height: 24px;
}

.socialmodal .close {
	background: url("close.png") no-repeat;
	cursor: pointer;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 12px;
	display: none;
}

.socialmodal .button_modal {
    float: left;
    width: 115px;
	line-height: 24px;
	height: 24px;
}

.socialmodal .like {
	margin-left: 150px;
}

.socialmodal .twttr {
	margin-left: 30px;
}

.socialmodal .plus {
	width: 90px;
	margin-left: 50px;
}
/*
// cusomize position of elements
*/
.socialmodal .footer {
	clear: both;
    background: none repeat scroll 0 0 #E8EAEF;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #DDE0E8;
    padding: 10px 0;
    color: #878D9C;
    text-shadow: 0 1px 0 #FFFFFF;
	text-align:center;
	font-size:13px;
}