
.blackout {
	display: none;
	position:fixed;
	_position:absolute;
	width: 100%;
	z-index:10000;
	background-color:#000;
	margin: 0px;
	padding: 0px;
	left:0;
	top:0;
}

.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 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    width: 460px;
}

.socialmodal .title {
    border-bottom: 1px solid #E5E8EF;
    font-weight: bold;
    font-size: 19px;
    font-weight: bold;
	padding:16px 15px 10px 15px;
	text-align:center;
}

.socialmodal .subtitle {
	margin: 0px;
	background:#0e87b7;
	color:#ffffff;
	padding:4px;
	text-align:center;
	font-weight: bold;
	font-size: 15px;
}

.socialmodal .warning {
	margin: 0px;
	background:#cb2026;
	color:#ffffff;
	padding:4px;
	text-align:center;
}

.socialmodal .content {
	padding: 0px 15px;
    margin-top: 10px;
	line-height: 17px;
}

.socialmodal .share {
	padding: 0px 15px;
	margin:20px 0px 15px 0px;
	text-align:center;
	height: 24px;
}

.socialmodal .close {
	background: url("../img/close.png") no-repeat;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
	display: none;
}

.socialmodal .button {
    float: left;
    width: 115px;
	line-height: 24px;
	height: 24px;
}

.socialmodal .like {
	margin-left: 15px;
}

.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: 5px 0;
    color: #000000;
   	text-align:center;
	font-size:15px;
}

