li.send-friend {
    float: right;
}

.glr-social-block {
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 21px;
    overflow: hidden;
    padding: 0 5px;
    color:#546718;
}

.glr-icon-send-friend {
    background: url('../img/ico-comments.png') no-repeat top center;
    display: block;
    float: left;
    height: 18px;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
    width: 18px;
}

/* send to a friend block */
.glr-social-overlay {
	background: url('../img/bg-overlay.png') repeat 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 200;
}

#send-friend {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    left: 50%;
    margin: -160px 0 0 -160px;
    padding: 25px;
    position: fixed;
    top: 50%;
    width: 320px;
    z-index: 201;
	-moz-box-shadow: rgba(0, 0, 0,0.7) 0 4px 40px -1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 4px 40px -1px;
	box-shadow: rgba(0, 0, 0, 0.7) 0 4px 40px -1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.glr-social-form-block .glr-social-form-title {
	background-color: #fff;
	color: #888888;
	font: normal normal 24px/1.3em Arial, Helvetica, sans-serif;
	height: 32px;
	left: 10px;
	padding: 10px 20px;
	position: absolute;
	top: -45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.glr-social-form-block p {
	margin: 10px 0;
}

.glr-social-form-block label {
    color: #1f1f1f;
	display: block;
	font: normal normal 14px/1.3em Arial, Helvetica, sans-serif;
}

.glr-social-form-block input[type="text"],
.glr-social-form-block input[type="email"] {
    background: #f2f2f2;
	border: 1px solid #d2d2d2;
	font: normal normal 24px/1em Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
	margin: 2px 6px 5px 0;
    outline: none;
    padding: 5px 3px;
    height: 39px;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.glr-social-form-block .submit {
    background: #95bb28;
    color: #28330b;
    border:0;
    display: inline;
    float: right;
    font: normal normal 14px/1em Arial, Helvetica, sans-serif;
    margin: 2px 5px 0;
    outline: none;
    padding: 8px 22px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.glr-social-form-block .cancel {
    background: #c92f2f;
    color: #320b0c;
    border: 0;
    display: inline;
    float: right;
    font: normal normal 14px/1em Arial, Helvetica, sans-serif;
    margin: 2px 0 0 10px;
    outline: none;
    padding: 8px 22px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 1.4rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#send-friend .close-button {
    position: absolute;
    padding: 5px 18px;
    background: #ddd;
    top: -28px;
    right: 25px;
    display: inline-block;
    height: 27px;
    z-index: 1;
    border-radius: 3px 3px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
    background-image: -webkit-linear-gradient(top, #ddd 50%, #bbb 100%);
    background-image: -moz-linear-gradient(top, #ddd 50%, #bbb 100%);
    background-image: -ms-linear-gradient(top, #ddd 50%, #bbb 100%);
    background-image: -o-linear-gradient(top, #ddd 50%, #bbb 100%); 
}

.glr-social-form-block h4 {
    margin: 0 0 25px;
}

.glr-social-form-block > p {
    position: relative;
}

.glr-social-form-block label.error {
    bottom: -18px;
    color: #c92f2f;
    font-size: 13px;
    position: absolute;
    right: 0;
}

.glr-social-form-block .form-actions {
    margin: 20px 0 5px;
}

.send-friend-message {
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    color: #546718;
    font-size: 14px;
    padding: 10px 5px;
    text-align: center;
}