#cfbtitle, 
#cfbpage_url, 
#cfbborder, 
#cfbwidth,
#cfbheight,
#cfbcolor_scheme,
#cfbshow_faces,
#cfbstream,
#cfbheader {
    font-size: 18px;
}
#title_help, 
#page_url_help, 
#border_help, 
#width_help,
#height_help,
#color_scheme_help,
#show_faces_help,
#stream_help,
#header_help {
    display: none;
}
#facebook-like-box {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	height: 250px;
	/* overflow: hidden; */
	position: fixed;	
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	width: 300px;
}

#close-box {
	/* background: none repeat scroll 0 0 #F2F2F2; */
	height: 28px;
	padding-left: 10px;
	position: absolute;
	right: 0;
	top: 1px;
	width: 96%;
	text-indent: -9999px;
}
#close-box a {
	background: url("./close-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: #CCCCCC;
	cursor: pointer;
	display: block;
	height: 34px;
	line-height: 20px;		
	text-transform: uppercase;
	width: 34px;
}
label img {
	width: 22px;
}
input[name="frm_submit"] {
	 background-color: #4D90FE!important;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    width: 128px;    
    line-height: 30px;
     border: 1px solid #3079ED;
     cursor: pointer;
}