html, body{
	margin:0;
	padding:0;
	bottom:0;
	border-width: 1px;
	height: 100%;
	width: 100%;
	background-color: #646464;
}

body {
    color:#cccccc;
    font-family: "Helvetica Neue", Helvetica, Arial, Trebuchet MS, Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-weight: 300;
    height:100%;
    min-width: 968px;
    background-color: #646464;
	line-height: 22px;
}

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

iframe{
	outline:none;
}

#logo {
    display: inline-block;
    background: transparent url(/images/logowhite.png) no-repeat top left;
    width: 100px;
    height: 35px;
    position: relative;

}
#logo:hover{
    background: transparent url(/images/logowhite_active.png) no-repeat top left;
}
.bloglink{
	background: url("/images/blog.png") no-repeat scroll 0 0 transparent;
	width: 71px; 
	height: 35px;
	display: inline-block;
}
.bloglink:hover{
	background: url("/images/blog_active.png") no-repeat scroll 0 0 transparent;
}
.loginlink{
	background: url("/images/login.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 70px;
	display: inline-block;
}
.loginlink:hover{
	background: url("/images/login_active.png") no-repeat scroll 0 0 transparent;
}
.signuplink{
	background: url("/images/signup.png") no-repeat scroll 0 0 transparent;
	width: 100px; 
	height: 35px;
	display: inline-block;
}
.signuplink:hover{
	background: url("/images/signup_active.png") no-repeat scroll 0 0 transparent;
}
.uploadlink{
	background: url("/images/upload.png") no-repeat scroll 0 0 transparent;
	width: 70px; 
	height: 35px;
	display: inline-block;
}
.uploadlink:hover{
	background: url("/images/upload_active.png") no-repeat scroll 0 0 transparent;
}
.photoslink{
	background: url("/images/myphotos.png") no-repeat scroll 0 0 transparent;
	width: 70px; 
	height: 35px;
	display: inline-block;
}
.photoslink:hover{
	background: url("/images/myphotos_active.png") no-repeat scroll 0 0 transparent;
}
.settingslink{
	background: url("/images/settings.png") no-repeat scroll 0 0 transparent;
	width: 70px; 
	height: 35px;
	display: inline-block;
}
.settingslink:hover{
	background: url("/images/settings_active.png") no-repeat scroll 0 0 transparent;
}
.logoutlink{
	background: url("/images/logout.png") no-repeat scroll 0 0 transparent;
	width: 100px; 
	height: 35px;
	display: inline-block;
}
.logoutlink:hover{
	background: url("/images/logout_active.png") no-repeat scroll 0 0 transparent;
}
.ios_link2{
	background: url("/images/apple2.png") no-repeat scroll 0 0 transparent;
	width: 134px; 
	height: 47px;
	display: inline-block;
}
.ios_link2:hover{
	background: url("/images/apple2_active.png") no-repeat scroll 0 0 transparent;
}
.android_link2{
	background: url("/images/andro2.png") no-repeat scroll 0 0 transparent;
	width: 133px; 
	height: 47px;
	display: inline-block;
}
.android_link2:hover{
	background: url("/images/andro2_active.png") no-repeat scroll 0 0 transparent;
}
.top_banner{
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(top, #666666 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	height: 65px;
	position: fixed;
    width: 100%;
    min-width: 900px;
    top: 0;
    z-index: 20;
	-moz-box-shadow:0px 0px 20px #000000;
	-webkit-box-shadow:0px 0px 20px #000000;
	box-shadow:0px 0px 20px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}
#logo_loggedin {
    background: url("/images/logowhite.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 47px;
    width: 166px;
    -webkit-transition: opacity 100ms ease-in 100ms; /* property duration timing-function delay */
    -moz-transition: opacity 100ms ease-in 100ms;
    -o-transition: opacity 100ms ease-in 100ms;
    transition: opacity 100ms ease-in 100ms;
}
#logo_loggedin:hover{
	opacity: 0.6;
}

input,textarea,select {
    font-family: Helvetica, Verdana, Geneva, sans-serif;
    font-size: 1em;
    margin-bottom: 6px;
}
label {
    margin-right: 10px;
}
input.search {
    margin-bottom: 2px;
    margin-top: 5px;
    padding: 1px;
}
#footer select {
    margin-bottom: 2px;
    margin-top: 5px;
    padding: 1px;
    width: 104px;
}
.footerbubble {
    background: transparent url(/images/bubble.png) no-repeat top left;
    width: 206px;
    height: 232px;
}
#bubblelink {
    position: absolute;
    display: inline-block;
    width: 206px;
/* width of the logo */
    height: 232px;
/* height of the logo */
    top: 0;
    left: 0;
/* top-left corner of logo */
    border: 0;
    float: left;
}
a {
    color: white;
    text-decoration: none;
}
.hide {
    display: none;
}
a.active,a:hover {
    text-decoration: none;
}
.photo_wrapper {
	border-right: 1px solid #999;
    position: relative;
    overflow: hidden;
    float: left;
	width: 660px;
	min-height: 1306px;
	background-color: #303030;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    -moz-box-shadow:inset 0px 0px 20px #000000;
	-webkit-box-shadow:inset 0px 0px 20px #000000;
	box-shadow:inset 0px 0px 20px #000000;
	/*Inner elements should not cover inner shadows*/
	/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
	background: url("/images/photobackgraoundpattern.png") repeat scroll 0 0 #303030;
}

.photo_wrapper .right_header{
	float: right;
	margin-right: 13px;
}
.meta_wrapper {
    padding-top: 10px;
}
.meta_wrapper .meta {
    float: right;
    margin-right: 1px;
    margin-top: -13px;
    
}
.photo_container{
	width: 1120px;
/* 	margin: 0 auto; */
}
.photo_wrapper .photo {
    text-align: center;
    padding-right: 42px;
    padding-left: 42px;
}

.photo_infos {
	width: 100%;
}
.photo_infos .user{
	margin-bottom: 10px;
}
.photo_infos .locations span, .photo_infos .activities span{
	font-weight: bold;
	color: lightgrey;
	margin-right: 5px;
}
.photo_infos .user .user_pic{
	float:left;
	margin-right: 10px;
/* 	background: url("/images/profile_placeholder_overlay.png") no-repeat scroll 0 0 transparent; */
	width: 50px; 
	height: 50px;
}
.photo_infos .user .user_pic img{
	z-index: -2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 50px;
}

.photo_infos .user .user_infos{
	font-size: 12px;
	font-weight: bold;
}
.photo_infos h1{
	margin:0px;
}

.photo_infos #follow_button, .photo_infos .unfollow_button  {
	margin-left:0px;
}

.album_illustration{
	float: left;
}
.album_illustration img{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 50px;
}
.album_illustration .album_file{
/*
	background: url("/images/album_overlay.png") no-repeat scroll 0 0 transparent;
	width: 82px; 
	height: 82px;
*/
}
.album_infos{
	margin-left: 10px;
	display: inline-block;
}
.album_meta{
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.picture_age{
    background: url("/images/clock.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    color: white;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 11px;
    height: 12px;
    margin-right: 2px;
    margin-top: 3px;
    padding-left: 17px;
}

.photo_infos_in{
	float: left; 
	margin-left: 2px; 
	padding-top: 1px; 
	position: relative; 
	bottom: 1px; 
	font-size: 11px; 
	margin-right: 5px;
	font-weight: bold;
	color: #999999
}
.photo_infos_at{
    color: #999999;
    float: left;
    font-weight: bold;
    margin-right: 4px;
    height: 32px;
    padding-top: 4px;
    position: relative;
}

.photo_infos .activities .tag, .photo_infos .locations .tag, .photo_infos .events .tag, .photo_infos .specials .tag{
	margin-bottom: 7px;
}

.photo_details {		
	color:#fff;
	float: left;
    width: 415px;
    padding-top: 40px;
}
.photo_details_top{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.photo_details .details_middle{
	padding: 0 25px;
}
.photo_details .details_middle .tag{
	margin-right: 7px;
}
.photo_details_right{
	float: right;
}
.photo_details_left{
	float: left;
}
.photo_details a{
}

.photo_details h2, .photo_details p {
	margin:0px !important;
}

.photo_details .actions {
	font-size:0.8em;
}

.photo_details .time {
	font-size: 10px;
	margin-bottom:15px;
	line-height:1em;
}

.photo_details .favorited {
    background: url("/images/tinyheart.png") no-repeat scroll 0 0 transparent;
    font-size: 14px;
    line-height: 15px;
    padding-left: 33px;
    width: 310px;
    margin-top: 20px;
    min-height: 15px;
}
.not_favorited{
	font-weight: bold;
}
.photo_details a {
	font-size: 14px;
}
.photo_details h2 {
	line-height: 13px !important;
}
.photo_details .favorited a:hover{
	text-decoration:underline;
}
.photo_details .favorited a:hover .not_favorited{
	text-decoration:none;
}

.photo_details .socialicons {
	float:left;
	margin-top:5px;
	margin-bottom: 28px;
	padding-left: 18px;
	height: 24px;
}

.photo_details .favorited .expandable{
}
.photo_details .socialicons .facebookshare,  .photo_details .socialicons .twitter, .photo_details .socialicons .toolbar_bottom{
	float:left;
	margin-right:10px;
}
.photo_details .socialicons .toolbar_bottom{
	float: right;
	margin:0;
}
.stream_bottom{
	width: 100%;
}
.sharing_options{
	margin-top: 10px;
}
#socialicons{
	margin-top: 10px;
	float: left;
}
.photo_socialicons{
	margin-top: 30px;
}
.speaking_bubble{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
 	width: 100%;
 	font-size: 14px;
 	color: #666;
}
.speaking_bubble table .speaking_middle{
	background-color: white;
	padding: 0 5px 5px;
	font-weight: bold;
	color: #b2b2b2;
	font-size: 13px;
}
.speaking_bubble table .speaking_topleft{
	background: url("/images/speaking_bubble/corner.top.left.png") no-repeat scroll 0 0 transparent;
	width: 23px; 
	height: 23px;
}
.speaking_bubble table .speaking_topright{
	background: url("/images/speaking_bubble/corner.top.right.png") no-repeat scroll 0 0 transparent;
	width: 23px; 
	height: 23px;
}
.speaking_bubble table .speaking_bottomleft{
	background: url("/images/speaking_bubble/corner.bottom.left.png") no-repeat scroll 0 0 transparent;
	width: 23px; 
	height: 23px;
}
.speaking_bubble table .speaking_bottomright{
	background: url("/images/speaking_bubble/corner.bottom.right.png") no-repeat scroll 0 0 transparent;
	width: 23px; 
	height: 23px;
}
.speaking_bubble table .speaking_top{
	background: url("/images/speaking_bubble/top.png") repeat-x scroll 0 0 transparent;
	height: 23px;
}
.speaking_bubble table .speaking_left{
	background: url("/images/speaking_bubble/left.png") repeat-y scroll 0 0 transparent;
	width:26px ; 
}
.speaking_bubble table .speaking_right{
	background: url("/images/speaking_bubble/right.png") repeat-y scroll 0 0 transparent;
	width:23px ; 
}
.speaking_bubble table .speaking_bottom{
	background: url("/images/speaking_bubble/bottom.png") repeat-x scroll 0 0 transparent;
	height: 23px;
}
.speaking_bubble table .speaking_bottom_arrow{
	background: url("/images/speaking_bubble/zipfel.png") no-repeat scroll 0 0 transparent;
	height: 48px;
}
.speaking_bubble .boldy{
    color: #666666;
    display: block;
    font-size: 17px;
    font-weight: bold;
    min-width:140px;
}
.photo_details #socialicons{
	left: 0;
	float: left;
    height: 20px;
    width: 300px;
}
.socialicons .fb_like_button{    
	float: left;
    height: 20px;
    max-width: 139px;
    margin-left: 10px;
}
.socialicons .fb_send_button{    
	float: left;
    height: 20px;
    margin-left: 6px;
    width: 54px;
}
.socialicons .fb_send_button .fb_edge_widget_with_comment span iframe{    
    width: 54px;
}
.socialicons .tweet_button{
	width: 55px;
	float:left;
}

.socialicons .twitter-share-button{
	float:left;
	margin-right:10px;
}
#socialicons .tweet_button{
	float:left;
	position: relative;
}
#socialicons .fb_buttons{
	float:left;
	position: relative;
	margin-left: 5px;
}
#socialicons .gplus_button{
    float: left;
    margin-left: 5px;
    width: 58px;
}
#social_networks{
	left: 81px;
    position: absolute;
    top: 679px;
    z-index: 2; 
}
#landing_social_networks{
	left: 19px;
    position: absolute;
    top: 664px;
    z-index: 2; 
}

.photo_details .comments {
	background: url(/images/tinycomment.png) no-repeat;
    width: 335px;    
    margin-top: 10px;
    font-size: 14px;
}
.photo_details .comments .comment{
    margin-bottom: 15px;
}
.photo_details .comments_content .comment {
	display: inline-block;
    width: 100%;
}
.photo_details .comments_content .comment .comment_body{
	margin-bottom: 4px;
}
.photo_details .comments img{
	float: left;
	height: 25px;
	margin-right: 5px;
}
.photo_details .comments .comment_resume {
    line-height: 13px;
    margin-bottom: 8px;
    padding-left: 33px;
    font-weight: bold;
    height: 17px;
}
.photo_details .comments .comment_user_name {
	font-weight: bold;
}
.photo_details form {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.photo_details .related_vibes{
	float: left;
	margin-top: 20px;
}
.photo_details .related_vibes .related_vibe{
	display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.photo_details .related_vibes .related_vibe .tag{
	margin-bottom: 5px;
}
.photo_details .related_vibes .album_preview {
	overflow: hidden;
	padding-bottom: 8px;
}
.photo_details .related_vibes .album_preview a{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.photo_details .related_vibes .album_preview img{
	float: left;
	-moz-box-shadow:0 6px 5px -3px #000000;
	-webkit-box-shadow:0 6px 5px -3px #000000;
	box-shadow:0 6px 5px -3px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=8, direction=180, color='#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=8, Direction=180, Color='#000000')";
	/*Shadows look very different in IE (Only cardinal directions supported)*/
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element should have a background-color*/
	/*All filters must be placed together*/
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
}
.photo_details .related_vibes .related_meta {
	font-size: 12px;
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 2px;
}

.comment_login {
	background: url(/images/login_to_comment.png) no-repeat;
    width: 100px;    
    height: 19px;
    display: block;
	margin-left: -32px;
}
.comment_login:hover {
	background: url(/images/login_to_comment_hover.png) no-repeat;
}
.comment_login:active {
	background: url(/images/login_to_comment_active.png) no-repeat;
}

.caption_box2 { 
	width: 100%; 
    font-size: 11px;
	padding: 5px 0;
	line-height: 14px;
	clear: right;
}
.caption_box2 .viewport2 { 
	width: 222px; 
	width: 79%;
	height: 150px; 
	overflow: hidden; 
	position: relative; 
}
.caption_box2 .overview2 { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%;
	font-size: 14px;	
}
.caption_box2 .thumb2 .end2,
.caption_box2 .thumb2 { 
	background-color: #DFDFDF;
}
.caption_box2 .scrollbar2 { 
	position: relative; 
	float: right; 
	width: 14px; 
}
.caption_box2 .track2 { 
	background-color: transparent; 
	height: 100%; 
	width:13px; 
	position: relative; 
	padding: 0 1px; 
}
.caption_box2 .thumb2 { 
	height: 20px; 
	width: 4px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.caption_box2 .thumb2 .end2 { 
	overflow: hidden; 
	height: 5px; 
	width: 13px; 
}
.caption_box2 .disable2{ 
	display: none; 
}
.caption_box2 .caption_title{
}
.gmap{
    margin-top: 20px;
    overflow: hidden;
    width: 335px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.photo_details .comment_wrapper {
	float: left;
}

.photo_details .comment_bottom {
	background: url(/images/bubblebottom.png) left bottom no-repeat;
	padding-bottom: 17px;
	width:268px;
}

.photo_details .comment_wrapper textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    border: 0 none;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin: 0;
    padding: 11px;
    resize: none;
    width: 250px;
}
.photo_details  .button {
	float: right;
	margin-top: -1px;
}

.photo_details  .button:hover {
}

.landing_details{
	position: relative;
}

.photo_arrows {
	position:relative;
	height:582px;
}

.go_left,.go_right {
    display: block;
    height: 124px;
    width: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

.go_left a{
	background: url(../images/arrow_left_active.png) no-repeat top left;
}

.go_right a{
    background: url(../images/arrow_right_active.png) no-repeat top left;
}
.go_left a:link,.go_right a:link {
	background: url(../images/arrow_left.png) no-repeat top left;
    display: block;
    height: 124px;
    width: 56px;
	text-decoration: none;
}
.go_right a:link {
	background: url(../images/arrow_right.png) no-repeat top left;
}

.go_left a:hover,.go_left a:active {
	background: url(../images/arrow_left_active.png) no-repeat top left;
}

.go_right a:hover,.go_right a:active {
    background: url(../images/arrow_right_active.png) no-repeat top left;
}
.go_right {
    
    right: 0;
}
.prev_in_stream,.next_in_stream {
    display: block;
    width: 36px;
    height: 20px;
    margin-left: -18px;
    left: 50%;
    position: absolute;
    background: url(../images/arrow_up.png) no-repeat top left;
}
.prev_in_stream:hover,.next_in_stream:hover {
    text-decoration: none;
}
.next_in_stream {
    background: url(../images/arrow_down.png) no-repeat top left;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -18px;
}
.pageerror{
	margin-top: 20px;
}
.error_title {
    font-size: 87px;
    font-weight: bold;
    line-height: 108px;
}
.error_description {
    font-size: 30px;
    font-weight: bold;
    line-height: 27px;
    margin-top: 6px;
}
.error_links {
    font-size: 19px;
    line-height: 27px;
    margin-top: 30px;
    text-decoration: underline;#CCCCCC
}
.error_links a{
   	color: #CCCCCC;
}
.centered {
    text-align: center;
}
#left {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-top: 15px;
    z-index:101;
}
.left_error a{
	background: url("/images/eyeembloglogo.png") no-repeat scroll 0 0 transparent;    
	display: inline-block;
    height: 34px;
    width: 101px;
}
.left_error a:hover{
	background: url("/images/eyeembloglogo_active.png") no-repeat scroll 0 0 transparent;    
}
#left ul.subnavi {
    float: none;
    height: auto;
    width: 95px;
    position: absolute;
    top: 35px;
    z-index: 1;
    display: none;
}
#left ul.subnavi li {
    float: left;
    text-align: left;
    margin: 0;
    line-height: 17px;
    display: block;
    width: 100%;
}
#left ul.subnavi li a {
    color: #eee;
}
#left ul.subnavi li a:hover {
    color: #fff;
    position: relative;
}
#right {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}
.startpage #header{
	min-width: 0;
	position: relative;
}
.startpage{
	padding: 0;
	position: absolute !important;
}
#mainmenu li {
    float: left;
    margin-right: 15px;
/* margin-top: 14px; */
    font-size: 11px;
}
#mainmenu a:hover{
	color: #FFFFFF
}
.homelink{
	height:30px;
	display:block;
	padding-top: 60px;
}
#header {
    text-align: right;
    float: left;
    width: 100%;
    top: 0;
    min-width: 968px;
    padding-top: 65px;
}
#header a.myname {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 33px;
    display: block;
    text-decoration: none;
    color: #fff;
    position: absolute;
}
#content {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.full #content {
    position: relative;
    top: 50px;
}
#footer {
    bottom: 14px;
    font-size: 9px;
    line-height: 17px;
    position: fixed;
}
#rightfooter {
    top: 124px;
    right: 14px;
    font-size: 9px;
    line-height: 17px;
    text-align: right;
    position: fixed;
    z-index: -1;
}
.footer_right {
    bottom: 14px;
    right: 14px;
    text-align: right;
    position: fixed;
}
#bubble {
    bottom: 200px;
    right: 14px;
    font-size: 9px;
    line-height: 17px;
    position: fixed;
}
#rightfooter .socialmedia {
    text-transform: uppercase;
}
#rightfooter .socialmedia a {
    text-decoration: underline;
}
#footer li.copy {
    text-decoration: underline;
}
#fancybox-outer {
    background: transparent;
}
#fancybox-overlay{
	opacity:0.5 !important;
}

#streams_settings {
    margin: 100px 0 50px 0;
    height: 450px;
}
.settings {
    height: 425px;
    background: url(../images/streams_settings.png) no-repeat top left;
    position: relative;
    margin-top: 10px;
}
.stream .tag{
	margin-right: 70px;
}
.settings .stream_0 {
    display: block;
    text-align: right;
    right: 150px;
    bottom: 288px;
    position: absolute;
}
.settings .stream_1 {
    display: block;
    text-align: right;
    right: 115px;
    bottom: 335px;
    position: absolute;
}
.settings .stream_2 {
    display: block;
    text-align: left;
    left: 115px;
    bottom: 408px;
    position: absolute;
}
.settingsTitle, .settingsPage h2, .settingsPage p, .settingsPage h3 , .settingsPage label{
	color: black;
}
.sortable {
    height: 120px;
}
.sortable li {
    float: left;
    position: relative;
    width: 55px;
    padding-left: 12px;
    margin-left: 13px;
}
.sortable img {
    float: left;
    margin-bottom: 10px;
}
.sortable h3 {
    left: -140px;
    text-transform: uppercase;
    position: absolute;
    text-align: right;
    top: 133px;
 	width: 290px;
     font-weight: normal;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.msie .sortable h3 {
    filter: progid : DXImageTransform.Microsoft.BasicImage ( rotation =   3
    );
    position: relative;
    left: -10px;
    top: 10px;
}
h3 a:hover {
    color: #9951C7;
    text-decoration: underline;
}
.toolbar_bottom .unfavorite,.toolbar_bottom.favorite .favorite {
    display: none;
}
.toolbar_bottom.favorite .unfavorite {
    display: inline;
}
.toolbar_top,.toolbar_bottom {
    text-align: right;
}
.toolbar_follow .unfollow,.toolbar_follow.following .follow {
    display: none;
}
.toolbar_follow.following .unfollow {
    display: block;
}

/*#sf_guard_signin {
    width: 410px;
    height: 120px;
}*/
.applylink,.showlogin {
    background: url("../images/signup.png") no-repeat scroll right top
    transparent;
    display: block;
    float: right;
    height: 62px;
    overflow: hidden;
    text-indent: -1000px;
    width: 47px;
}
.showlogin {
    background-image: url("../images/login.png");
}
.photocomments {
    overflow: auto;
    text-align: left;
    padding-left: 1px;
}
img.commentphoto {
    float: left;
}
.photocomments .comment {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.photocomments .time,.meta .time {
    position: absolute;
    top: 5px;
    right: 0;
}
.photocomments label {
    display: none;
}
.photocomments textarea {
    width: 368px;
    border: none;
}
.photocomments tfoot {
    text-align: right;
}

#favorite_button,#unfavorite_button {
    background: url("/images/heart.png") no-repeat scroll left top transparent;
    display: inline;
    float: right;
    height: 52px;
    margin-right: -3px;
    text-align: center;
    width: 52px;
    margin-right: 10px;
}
#unfavorite_button {
    background: url(/images/heart_on.png) no-repeat top left;
}
#favorite_button:hover{
    background: url(/images/heart_hover.png) no-repeat top left;
}
#unfavorite_button:hover {
    background: url(/images/heart_hover.png) no-repeat top left;
}
a.comments {
    display: inline;
    width: 22px;
    height: 27px;
    background: url(/images/photocomment.png) no-repeat top left;
    float: right;
    text-align: center;
    padding-top: 27px;
    margin-right:3px;
    float: left;
}
a.mailsend {
    display: inline;
    width: 35px;
    height: 22px;
    background: url(/images/mail.png) no-repeat top left;
    float: right;
    text-align: center;
    padding-top: 27px;
    margin-right:3px;
}
a.favorite:hover,a.unfavorite:hover,a.follow:hover,a.unfollow:hover {
    text-decoration: none;
}
a.follow,a.unfollow {
    display: block;
    height: 17px;
    background: url(/images/plus_minus.png) no-repeat top left;
    margin: 5px 0;
}
a.follow span {
    //
    display: none;
    float: left;
    padding-left: 20px;
    padding-top: 2px;
}
a.follow:hover span {
    display: block;
}
a.unfollow {
    background-position: 0 -16px;
}
a.play,a.pause,a.close {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/playlist.png) no-repeat top left;
    float: right;
    margin-bottom: 10px;
    display: none;
}
a.pause {
    background-position: -20px 0;
}
a.close {
    background-position: -40px 0;
}
a.play:hover,a.pause:hover,a.close:hover {
    background-position: 0 -20px;
    text-decoration: none;
}
a.pause:hover {
    background-position: -20px -20px;
}
a.close:hover {
    background-position: -40px -20px;
}
.meta h2,.comment h2, .favorited h2 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 0.8em;
}
.comment h2 {
    display: inline;
}
.meta p {
    margin-bottom: 1em;
    line-height: 1.25em;
    font-weight: 200;
}
.comment p {
    margin-top: 1em;
    white-space: normal;
    word-wrap: break-word;
}
.meta .sharing {
    border-bottom: 1px solid #fff;
    position: relative;
}
.meta .sharing .print {
    margin-bottom: 3px;
    margin-top: 25px;
}
.copyinput {
    background: transparent;
    width: 230px;
    border: none;
}
.meta .sharing input {
    background: transparent;
    color: #fff;
    width: 230px;
    border: none;
    margin: 25px 0 0 0;
}
.meta .sharing .twitter {
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
    margin-top: 14px;
    background: url(/images/phototwitter.png);
}
.meta .sharing .facebook {
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    right: 28px;
    top: 0;
    padding-top: 0;
    margin-top: 14px;
    background: url(/images/photofb.png);
}
#photo_backside {
    width:372px;
    padding-left:110px;
    margin-right:20px;
}
#photo_backside .meta {
    width: 100%;
    position: relative;
}
.streamdescription .twitter {
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    padding-top: 0;
    margin-top: 24px;
    background: url(/images/share_twitter.png);
}
.streamdescription .mailsend {
    width: 35px;
    height: 22px;
    display: block;
    position: absolute;
    right: 100px;
    top: 0;
    padding-top: 0;
    margin-top: 24px;
    background: url(/images/mail.png);
}
.streamdescription .facebook {
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    right: 73px;
    top: 0;
    padding-top: 0;
    margin-top: 24px;
    background: url(/images/share_facebook.png);
}
.sf_apply_apply #fb_login_button {    
    margin-right: 0;
    margin-top: -53px;
}

.sf_apply_reset_request, .sf_apply_reset{
    background: url("/images/web_bubble.png") no-repeat scroll 0 0 transparent;
    color: #999999;
    height: 284px;
    margin: 0 auto;
    padding: 30px 87px;
    text-align: center;
    width: 284px;
    font-size: 13px;
}
.sf_apply_reset{
	font-size: 13px;
}
.sf_apply_reset ul{
	margin-top: 15px;
}
.sf_apply_reset input{
    margin: 5px 0;
    padding: 10px;
}
.sf_apply_reset li{
	padding: 0;
	margin: 0;
}
.sf_apply_notice .email_sent_to{
	color: #FFB5FF;
}
.sf_apply_notice{
	font-size: inherit;
	padding-top: 40px;
}
.sf_apply_notice_continue{
	font-size: 18px;
	margin-top: 20px;
}
.sf_apply_reset_request h2, #sf_apply_reset_form h2{
	font-size: 18px;
	margin-bottom: 10px;	
}
.sf_apply_reset_request label, .sf_apply_reset label{
    display: none;
}
.sf_apply_reset .error_list{
	color: red;
}
.sf_apply_reset_request .error_list{
	color: red;
	margin-left: 46px;
}
.sf_apply_reset_request .error_list li{
	float: left;
	padding: 0;
	font-size: 13px;
}
.sf_apply_reset_request li{
	padding-bottom: 0;
}
.sf_apply_reset_request .enter_mail, .new_mail, .new_mail_confirm{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
    background-color: #EDEDED;
    border: medium none;
    color: grey;
    font-size: 16px;
    height: 40px;
    padding-left: 9px;
    width: 280px;
    margin-top: 20px;
    color: grey !important;
}
.reset_pass_button, .send_mail_button{
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	color: white;
	background-color: #FF32FF;
}


.stream_details {
    position: relative;
    padding-left: 45px;
    float: left;
}
.stream_details .private_text{
	float: left;
}
.stream_details .private_users_display{
	margin-left: 5px;
}
.stream_private{
	height: 30px;
	float: left;
	margin-bottom: 5px;
}
.stream_content {
    overflow: hidden;
    position: relative;
    padding-left: 26px;
    float: left;
    margin-bottom: 1px;
}
.stream_content li {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 4px 4px 0;
}
.add_a_photo_stream{
	width: 150px; 
	height: 150px;
	display: block;
}
.add_a_photo_stream img{
    -webkit-transition: opacity 100ms ease-in 100ms; /* property duration timing-function delay */
    -moz-transition: opacity 100ms ease-in 100ms;
    -o-transition: opacity 100ms ease-in 100ms;
    transition: opacity 100ms ease-in 100ms;
	opacity: 1;
}
.add_a_photo_stream img:hover{
	opacity: 0.7;	
}
.followers_list .empty_followers, .followers_list .empty_subscribers{
	margin-left: 350px;
}
.photosList{
	float: left;
}
.photosList .empty_vibe{
	margin-left: 300px;
}
.streamlists{
	margin-left: 68px;
}
.stream_arrows{
	position: absolute;
}
.stream_arrows a{
	position: relative;
	top: 167px;
	display: block;
	height: 124px;
    width: 56px;   
    text-decoration: none;

}

.stream_content .left {
    background: url(../images/arrow_left.png) no-repeat top left;
    left: -6px;
}
.stream_content .left:hover, .stream_details .left:active{
    background: url(../images/arrow_left_active.png) no-repeat top left;
}

.stream_content .onerow{
	top: 13px;
}

.stream_content .tworows{
    left: -17px;
    top: 96px;
}

.stream_content .right{
    background: url(../images/arrow_right.png) no-repeat top left;   
    left:856px;

}
.stream_content .right:hover, .stream_details .right:active{
    background: url(../images/arrow_right_active.png) no-repeat top left;
}

.stream_title{
    font-size: 18px;
    letter-spacing: 0.04em;
    float: left;
}
.stream_description{
	float: left;
}

.follow_button2{
	bottom: 0;
    right: 98px;
    background: url("/images/follow.png") no-repeat scroll 0 0 transparent;
    width: 94px; 
    height: 38px;
}
.follow_button2:hover{
    background: url("/images/follow_active.png") no-repeat scroll 0 0 transparent;
}
.unfollow_button2{
	bottom: 0;
    right: 98px;
    background: url("/images/following.png") no-repeat scroll 0 0 transparent;
    width: 94px; 
    height: 38px;
}
.unfollow_button2:hover{
    background: url("/images/following_active.png") no-repeat scroll 0 0 transparent;
}
.stream_header .main_tags{
	width: 710px; 
}
.stream_infos{
	width: 700px;
	float: left;
}
.stream_preview .stream_infos{
	margin-bottom: 5px;
}











.search_content{
	position: relative;
	width: 810px;
	margin: 0 auto;
}
.search_box{
	margin-left: 20px;
	margin-top: 66px;
	position: relative;
	float: left;
	width:100%
}
.search_text{
	height: 36px;
	font-size: 18px;
	letter-spacing: 0.04em;
	font-family: "Helvetica Neue",Helvetica,Arial,Trebuchet MS,Helvetica,Verdana,sans-serif;
	font-weight: bolder;
	float: left;
	margin: 0;
	border-radius: 3px 3px 3px 3px;
	border: 0 solid white;
	padding-bottom: 3px;
	padding-left: 13px;
}
.search_button{
    display: block;
    height: 40px;
    width: 104px;
    background: url("/images/search.png") no-repeat scroll 0 -10px transparent;	
    float: left;
    border: medium none;
    cursor: pointer;
}
.search_button:hover{
    background: url("/images/search_hover.png") no-repeat scroll 0 -10px transparent;
    float: left;
}
.search_button:active{
    background: url("/images/search_active.png") no-repeat scroll 0 -10px transparent;
    float: left;
}
.search_frame{
    margin: 0 auto;
    width: 810px;
}
.streams_previews{
	float: left;
}
.search_frame .stream_preview{
	position: relative;
 	float: left; 
	margin: 0 20px;
	width: 770px;
}
.stream_preview .stream_details{
	padding-left: 0;
}
.meta_stream{
	margin-top: 30px;
	margin-top: 15px;
	float: left;
}
.meta_stream .follow_button, .meta_stream .unfollow_button{
    bottom: 6px;
    margin-right: -4px;
    position: relative;
}
.search_frame .streamlist li{
	float: left;
	margin: 0 4px 0 0;
    width: 150px;
    height: 150px;
}
.search_result{
    left: 10px;
    position: relative;
    top: 5px;
    float: left;
}
.footer_right .search_text{
	width: 184px;
}


.landing_photo_right{
	margin-left: 14px;
}
.landing_stream_bottom{
    float: left;
    margin-left: 273px;
    margin-top: -105px;
}
.hi_icon{
    background-color: red;
    display: block;
    float: left;
    height: 47px;
    width: 63px;
   	background: url(/images/hi_icon.png) no-repeat;

}
.teaser{
	background: url("/images/landingpages/bubble.png") no-repeat scroll 0 0 transparent;
	width: 293px; 
	height: 107px;
    font-family: "Helvetica Neue",Helvetica,Arial,Trebuchet MS,Helvetica,Verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-left: 29px;
    margin-top: 100px;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 14px;
}
.teaser_title{
	color: #4D4D4D;
}
.teaser_body{
	color: #858585;
}
.landing_stream_bottom .teaser{
    color: #7B7B7B;
    font-size: 12px;
    overflow: auto;
    text-align: center;
}
.app_links{
    float: left;
    margin-left: 28px;
    margin-top: 20px;
    position: relative;
    width: 330px;
}
.app_link{
	width: 161px;
	float: left;
	height: 57px;
}
.android_app{
	float: left;
}
.ios_app{
	float: right;
}
#android_link img{
    -webkit-transition: opacity 100ms ease-in 100ms; /* property duration timing-function delay */
    -moz-transition: opacity 100ms ease-in 100ms;
    -o-transition: opacity 100ms ease-in 100ms;
    transition: opacity 100ms ease-in 100ms;
	opacity: 1;
}
#android_link img:hover{
	opacity: 0.7;
}
#ios_link img{
    -webkit-transition: opacity 100ms ease-in 100ms; /* property duration timing-function delay */
    -moz-transition: opacity 100ms ease-in 100ms;
    -o-transition: opacity 100ms ease-in 100ms;
    transition: opacity 100ms ease-in 100ms;
	opacity: 1;
}

#ios_link img:hover{
	opacity: 0.7;
}




#notificate_bottom{
    background-color: grey;
    bottom: 0;
    color: white;
    font-family: Verdana;
    font-size: 34px;
    height: 100px;
    margin-left: 10%;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    width: 80%;
    display: none;
}


#user_profile{
	position: relative;
}


#sf_apply_logged_in_as,h2.capitals {
}
#sf_apply_logged_in_as{
    height: 20px;
    margin: 0 5px 0 0;
}
#sf_apply_logged_out_as{
    height: 20px;
    margin: 0 5px 0 0;
}
.uploader {
}

.uploader li{
	list-style: none;
}

.uploader #progressbar{
    margin-left: auto;
    margin-right: auto;
    margin-top: 52px;
    width: 200px;
}

.uploader .upload_error{
    color: red;
    font-size: 20px;
    margin-top: 120px;
    position: absolute;
    text-align: center;
    width: 487px;
}

.uploader img{    
    margin-top: 30px;
    -moz-box-shadow: 0 0 6px 0px #888;
    -webkit-box-shadow: 0 0 6px 0px #888;
    box-shadow: 0 0 6px 0px #888;
}
.photo_preview{
	min-height: 40px;
}
.uploader form{
    bottom: 50px;
    margin: 7px 70px;
    position: absolute;
    text-align: center;
}
.upload_error_message{
	color: red;
	text-align: center;
	font-weight: bold;
}

#fancybox-inner .upload_photo_inline{
	background: url("/images/fancybox_bubble.png") repeat scroll 0 0 transparent;
	overflow: hidden;
    position: relative;
}

#photo_filenameUploader{    
	float: none;    
	height: 55px;
    margin-right: 43px;
    margin-bottom: 12px;
    width: 198px;
}
.uploader table {
    width: 290px;
    margin: 15px 70px;
}
.uploader td {
    padding-bottom: 7px;
}
.uploader th {
    width: 0px;
}
.uploader input {
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    font-size: 24px;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 0;
}
.uploader #photo_caption{
	background-color: #CCCCCC;
    color: grey;
    width: 324px;
    margin-bottom: 5px;
}
.uploader #upload_button{
    float: none;
    margin-top: 15px;
    -moz-box-shadow: 0 0 6px 0px #993399;
	-webkit-box-shadow: 0 0 6px 0px #993399;
	box-shadow: 0 0 6px 0px #993399;
	margin: 20px auto;
}
.uploader textarea {
    width: 290px;
	padding: 3px;
    color: grey;
	margin-bottom: 12px;
}
.uploader li {
}
.uploader #photo_country{
	display:none;
}
.uploader #photo_city{
	display:none;
}
.uploader #photo_model{
	display:none;
}
.uploader #photo_manufacturer{
	display:none;
}
.uploader label{
    color: grey;
    font-weight: bold;
    margin-top: 9px;
    margin-right: 0;
}
.uploader #cancel_upload{
    color: grey;
    cursor: pointer;
    font-size: 11px;
    height: 13px;
    margin: 4px 0 0 125px;
    padding: 0 0 2px;
    width: 40px;
}
.sections {
    float: left;
    margin-right: 50px;
    width: 250px;
    text-align: justify;
}
.processright {
    text-align: right;
    margin-bottom: -50px;
    margin-right: 35px;
}
.infoshape {
    width: 855px;
}
.notifications {
    width: 220px;
    height: auto;
    overflow: hidden;
    bottom: 14px;
    left: 14px;
    font-size: 9px;
    line-height: 17px;
    text-align: left;
    position: fixed;
    z-index: -1;
}
.notifications li {
    margin: 5px 0;
}
.notifications li div {
    text-align: right;
}
#orderform .price {
    background: #a207f9;
    display: inline-block;
    padding: 0 5px;
}
#orderform .ownphoto {
    text-decoration: line-through;
}
#orderform #makepayment {
    background: #3046fe;
    display: inline-block;
    padding: 0 5px;
}
#orderform input,#orderform select {
    width: 100px;
}
#orderform .error {
    background: red;
}
.uploader .checkbox_list li {
    float: left;
    height: 82px;
    width: 82px;
}
.checkbox_list{
    margin-left: auto;
    margin-right: auto;
    width: 246px;
}
.photo_share_twitter,.photo_share_facebook,.photo_share_flickr {
    display: block;
    float: right;
    background: url(/images/sharing/tiwtt1.png) no-repeat top right;
    width: 81px;
    height: 81px;
}
.photo_share_facebook {
    background-image: url(/images/sharing/face1.png);
}
.photo_share_flickr {
    background-image: url(/images/sharing/flick1.png);
}
.photo_share_twitter.active {
    background-image: url(/images/sharing/tiwtt.png);
}
.photo_share_facebook.active {
    background-image: url(/images/sharing/face.png);
}
.photo_share_flickr.active {
    background-image: url(/images/sharing/flick.png);
}
.share_handle {
    cursor: pointer;
}
a.link_appstore {
    background-image: url(/images/landingpages/iphone_active.png);
}
a.link_appstore:link {
    background: url(/images/landingpages/iphone.png) no-repeat top left;
    width: 136px;
    height: 47px;
    display: block;
    float: left;
    text-indent: -1000px;
    overflow: hidden;
    margin-top: 6px;
	margin-left: 6px;
}
a.link_appstore:hover, a.link_appstore:active{
    background-image: url(/images/landingpages/iphone_active.png);
}
a.link_android {
    background-image: url(/images/landingpages/android_active.png);
}
a.link_android:link {
    background: url(/images/landingpages/android.png) no-repeat top left;
    width: 136px;
    height: 47px;
    display: block;
    float: left;
    text-indent: -1000px;
    overflow: hidden;   
    margin-top: 6px;
}
/*a.link_android:hover,a.link_android:active  {
    background-image: url(/images/landingpages/android_active.png);
}*/

.landingpage_left, .photo_left {
    padding-top: 20px;
    width: 660px !important;
}

.landingpage_left .viewport, .photo_left .viewport {
 	text-align: center;
}

.landingpage_left .viewport img, .photo_left .viewport img{
	vertical-align: middle !important;
	text-align:center !important;
	-moz-box-shadow:0px 8px 8px -3px #000000;
-webkit-box-shadow:0px 8px 8px -3px #000000;
box-shadow:0px 8px 8px -3px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength=8, direction=180, color='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=8, Direction=180, Color='#000000')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
}

.landingpage_left .info {
    height: 30px;
    margin-top: -30px;
    position: relative;
}
.landingpage_left .info .bg {
    position: absolute;
    width: 602px;
    height: 30px;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}
.landingpage_left .info span {
    z-index: 2;
    position: relative;
    font-size: 12pt;
}
.landingpage_left .info .by {
    display: block;
    float: left;
    padding-top: 6px;
    padding-left: 10px;
}
.landingpage_left .info a.facebook {
    background-image: url(/images/landingpages/public_facebook_hover.png);
}
.landingpage_left .info a.facebook:link {
    background: url(/images/landingpages/public_facebook.png) no-repeat top right;
    display: block;
    height: 24px;
    margin-top: 3px;
    float: right;
    padding-right: 30px;
    padding-top: 3px;
}
.landingpage_left .info a.facebook:hover,.landingpage_left .info a.facebook:active {
    background-image: url(/images/landingpages/public_facebook_hover.png);
}
.landingpage_left .info a.twitter {
    background-image: url(/images/landingpages/public_twitter_hover.png);
}
.landingpage_left .info a.twitter:link {
    background: url(/images/landingpages/public_twitter.png) no-repeat top right;
    display: block;
    height: 24px;
    margin-top: 3px;
    float: right;
    padding-right: 30px;
    padding-top: 3px;
    margin-left: 10px;
    margin-right: 3px;
}
.landingpage_left .info a.twitter:hover, .landingpage_left .info a.twitter:active {
    background-image: url(/images/landingpages/public_twitter_hover.png);
}
.landingpage_left .stream_preview, .photo_left .stream_preview {
/* 	width:609px; */
	height:70px;
    margin: 13px;
   	background-image: url(/images/landingpages/thumbs_platzhalter.png);
}
.landingpage_left .stream_preview .thumblist, .photo_left .stream_preview .thumblist {
	background-image: url(/images/landingpages/thumbs_platzhalter.png);
}
.landingpage_left .thumblist li, .photo_left .thumblist li {
    margin-right: 7px;
}

.thumblist li.last {
	margin-right:0px;	
}

.landingpage_left .thumblist li.more_photos {
    margin-right: 0;
    width: 70px;
    height: 70px;
    background: #ff00ff;
}
.landingpage_left .thumblist li.more_photos a {
    display: block;
    font-size: 12pt;
    font-weight: bold;
    height: 70px;
    width: 70px;
    position: relative;
}
.landingpage_left .thumblist li.more_photos a span {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 64px;
}

.grid_5.landingpage_right,  .grid_5.photo_right{
	 width: 278px; 
	 margin-left: 17px;
	 height: 582px;
	 position:relative;
}

.landingpage_right h1, .photo_right h1 {
	margin-top:40px;
	margin-bottom:7px;
}

.landingpage_right h2, .photo_right h2{
	margin-bottom:60px;
}

.landingpage_right p, .photo_right p{
    color: #aeaeae;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: justify;
}

.landingpage_right .links_bottom, .photo_right .links_bottom{

	position:absolute;
	bottom:95px;

}

.landingpage_right a.link_facebook, .landingpage_right a.link_twitter{
	display:block;
	background:url(/images/landingpages/fb_ic.png);
	width:27px;
	height:27px;
	float:left;
	margin-right:6px;
}

.landingpage_right a.link_twitter {
	background:url(/images/landingpages/twitter_ic.png);
}

.landingpage_right a.link_twitter:hover {
	background:url(/images/landingpages/twitter_active_ic.png);
}
.landingpage_right a.link_facebook:hover {
	background:url(/images/landingpages/fb_active_ic.png);
}

h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 35px;
    text-transform: uppercase;
}
div.applinks {
    position:relative;
    clear:both;
}
.bottom div.applinks {
    margin:none !important;
    width: 337px;
    margin:auto;
}
div.applinks a {
    width:139px;
    height:57px;
    display:block;
    margin-bottom:15px;
}
a.app {
    background-image: url(/images/apple.png);
    background-repeat: no-repeat;
    float: right;
    margin-right: -7px;
}
a.android {
    background-image: url(/images/android_market.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: -7px;
}
a.app:link{
    background-image: url(/images/apple.png);
    background-repeat: no-repeat;
}
a.android:link {
    background-image: url(/images/android_market.png);
    background-repeat: no-repeat;
}
.bottom a.android {
    margin-left:5px !important;
}
a.app:hover {
    background-image: url(/images/apple_active.png);
    background-repeat: no-repeat;
}
a.android:hover {
    background-image: url(/images/android_market_active.png);
    background-repeat: no-repeat;
}
div.appfree {
}

a#fancybox-close {
	background:url(/images/x.png);
	width:27px;
	height:27px;
	right:15px;
	top:20px;
}

a#fancybox-close:hover {
	background:url(/images/x_active.png);
}

#fancybox-inner .fancybox_bubble{
	background: url(/images/fancybox_bubble.png);
	width:478px;
	height:368px;
	overflow:hidden;
	position:relative;
}

#fancybox-inner .fancybox_bubble_big{
	background: url(/images/fancybox_bubble_big.png);
	width:478px;
	height:483px;
	overflow:hidden;
	position:relative;
	 text-align: center;
}

#fancybox-inner #signup {
	
   /* width: 680px;
    height: 386px;
    background: url(/images/landingpages/public_bubble.png) no-repeat top left;*/
}
#fancybox-inner #signup h1 {
	margin-top:100px;
	text-align:center;
	color:#4B4B4B;
}
#fancybox-inner #signup p {
    margin-bottom: 40px;
}
#fancybox-inner #signup #facebook_connect {
    width: 400px;
	margin:auto;
	text-align:center;
	color:#4B4B4B;
}
#fancybox-inner #signup .linkapply {
	position:absolute;
	bottom:45px;
	right:20px;
}
#fancybox-inner #signup .linkapply a {
	color:#4B4B4B;
}

#fancybox-inner #signup #signin_form {
    width: 300px;
    float: left;
}
#fancybox-inner #signup #signin_form li {
    list-style: none;
}
#fancybox-inner #signup input {
    width: 130px;
}
#fancybox-inner #signup input#sfApplyApply_email {
    width: 272px;
}
#fancybox-inner #signup label {
    display: block;
    float: left;
    margin-right: 6px;
    text-align: right;
    width: 136px;
}
#fancybox-inner #signup button.submit {
    background: #ff9900;
    color: #ffffff;
    border: none;
    padding: 3px 6px;
    margin-left: 198px;
}

#fancybox-inner .edit_photo_inline{
	background: url(/images/fancybox_bubble.png);
	width:478px;
	height:368px;
	overflow:hidden;
	position:relative;
}
#fancybox-inner .edit_photo_inline h1 {
	margin-top:100px;
	text-align:center;
	color:#4B4B4B;
}
#fancybox-inner .edit_photo_inline p {
    margin-bottom: 40px;
}
#fancybox-inner .edit_photo_inline label {
    display: block;
    float: left;
    margin-right: 6px;
    text-align: right;
    width: 136px;
}
#fancybox-inner .edit_photo_inline button.submit {
    background: #ff9900;
    color: #ffffff;
    border: none;
    padding: 3px 6px;
    margin-left: 198px;
}


#landingpage_disclaimer {
	height:20px;
	text-align:center;
	padding-bottom: 3px;
	background-color: #8741FF;
    color: #E5E8E4;
}
#landingpage_disclaimer a {
	text-decoration:underline;
}

#left.disclaimer, #right.disclaimer {
	top:20px;
}

.sf_apply_signin_inline .form.small {
	width:200px;
	margin-left:135px;
	padding-top:60px;
	overflow:hidden;
}

.sf_apply_signin_inline .form.small .facebook_button {
	margin-top:20px;
	margin-bottom:20px;
	padding-left:25px;	
}

.container_12 .facebook_button{
	float: right;
    margin-bottom: 6px;
}

.sf_apply_signin_inline .form.small input {
	text-transform:inherit;
	border:none;
	height:25px;
	line-height:25px;
	width:200px;
	font-weight:normal;
	font-size:16px;
}

.sf_apply_signin_inline .form input[type=submit]:hover {
	opacity: 1;
}
.sf_apply_signin_inline .form input[type=submit] {
/*
	width:99px;
	height:35px;
	background: url(/images/sign_in.png);
	font-weight:bold;
	float:none;
	margin-left:50px !important;
	opacity: 0.6;
    -webkit-transition: opacity 100ms ease-in 100ms;
    -moz-transition: opacity 100ms ease-in 100ms;
    -o-transition: opacity 100ms ease-in 100ms;
    transition: opacity 100ms ease-in 100ms;
*/
}

.sf_apply_signin_inline .form .checkbox label{
/* 	margin-top:2px; */
	color:#4B4B4B;
}

.sf_apply_signin_inline .signuplinks{
	text-align:right;
	margin-top:20px;
	margin-right:20px;
}
.sf_apply_signin_inline .signuplinks a {
	color:#4B4B4B;
}

.landingpage_wrapper {
	position:relative;
	margin-top: 40px;
}

.landingpage_wrapper span.names {
	color:#ffff00;
}

.landingpage_wrapper .blurred_stream {
	background: url(/images/landingpages/private_landing_blurred.png) no-repeat;
	width:762px;
	height:146px;
	margin:auto;
}

.landingpage_wrapper #infos {
	width:762px;
	margin:20px auto;
	
}

.landingpage_wrapper #infos h1 {
	font-weight:normal;
	margin:0px;
	line-height:1.5em;
	text-transform:inherit;
}

.landingpage_wrapper .whitebox {
  background: url("/images/landingpages/whitebox.png") repeat scroll 0 0 transparent;	
  height: 221px;
  width: 436px;
  position:relative;
  text-align:center;
  color: #4B4B4B;
  margin:auto;
}

.landingpage_wrapper .whitebox a {
	color: #4B4B4B;
	text-decoration:underline;
}

.upper {
	text-transform:uppercase;
}
.normalcase{
	text-transform:inherit;
}

.landingpage_wrapper .whitebox .text {
	padding-top:15px;
}

.landingpage_wrapper .whitebox .facebook_button {
	margin-top:65px;
}

.streamlist {
	float:left
}
#streamlist_1{
	margin-left:-20px
}
#streamlist_2{
	margin-left:20px
}
#streamlist_3{
}
.fading-box {
	width:642px; 
	float:left
}
#stream_header{
	width: 783px;
}
.stream_header .lock-picture{
    background: url("/images/lock.png") no-repeat scroll 0 0 transparent;
    bottom: 3px;
    float: left;
    height: 36px;
    position: relative;
    width: 31px;
    
}
#follow_button{
	background:url("/images/follow.png") no-repeat;
	height: 51px;
    float:right;
    width:101px;
}
#follow_button:hover{
	background:url("/images/follow_hover.png") no-repeat;
}
#unfollow_button{
	background:url("/images/unfollow.png") no-repeat;
	height: 51px;
    float:right;
    width:101px;
}
#unfollow_button:hover{
	background:url("/images/unfollow_hover.png") no-repeat;
}
.stream_header{
    float: left;
    margin-top: 38px;
    position: relative;
    width: 100%;
}
.unfollow_button, .follow_button{
    height: 51px;
    width: 101px;
    display: block;
}


.landing_followlink .tag{
    position: absolute;
    right: 64px;
    bottom: 0;
}

.unfollow_button2, .follow_button2{
    bottom: 0;
    display: block;
    float: right;
	right: 61px;
}
#photo_top{
	float: left;
	position: relative;
}
.follow_button{
/* 	background:url("/images/follow.png") no-repeat; */
}
.follow_button:hover{	
/* 	background:url("/images/follow_hover.png") no-repeat; */
}
.unfollow_button{
/* 	background:url("/images/unfollow.png") no-repeat; */
}
.unfollow_button:hover{
/* 	background:url("/images/unfollow.png") no-repeat; */
}
.stream_header .follow_button, .stream_header .follow_button:hover, .stream_header .unfollow_button, .stream_header .follow_button:hover{
	background-position: 0 -6px;
    float:right;
	padding-right: 46px;
}
.stream_preview .follow_button, .stream_preview .follow_button:hover, .stream_preview .unfollow_button, .stream_preview .follow_button:hover{
	float: right;
	margin-right: -2px;
    margin-top: 4px;
}


.add_a_photo_preview{
	width: 70px; 
	height: 70px;
	display: block;
}
.add_a_photo_preview img{
    -webkit-transition: opacity 100ms ease-in 100ms; /* property duration timing-function delay */
    -moz-transition: opacity 100ms ease-in 100ms;
    -o-transition: opacity 100ms ease-in 100ms;
    transition: opacity 100ms ease-in 100ms;
	opacity: 1;
}

.add_a_photo_preview img:hover{
	opacity: 0.7;
}

.expandable.hidden {
	display:none;
}

.share_button{
	height:167px;
	width:167px;
	overflow:hidden;
	display:inline;
}
.share_button a{
	background:url("/images/share.png") no-repeat;
	height:166px;
	width:167px;
	display:block;
	position:absolute;
	top: 460px;
	right: 0;
	
}
.share_button a:hover,.share_button a:focus {
	background:url("/images/share_active.png") no-repeat;
}
#stream_header{
	height: 48px;
	float: left;
    margin-bottom: 9px;
}
.links_bottom .fb_like_button{
	float:left;
	width: 75px;
	overflow: hidden;
}
.links_bottom .tweet_button{
	float:left;
	margin-right:6px;
	width: 96px;
}
.stream_social{
    bottom: 26px;
    height: 20px;
    margin-top: 10px;
    width: 100%;
}
.stream_social .fb_like_button{
	float:left;
	max-width: 102px;
	margin-left: 11px;
}
.stream_social .tweet_button{
	float:left;
	margin-left:36px;
}
.stream_social .fb_send_button .fb_edge_widget_with_comment span iframe{
/* 	width: 54px !important; */
}
.share_options{
	position: relative;
	right: 35px;
	float: right !important;
	width: 149px;
	margin: 0 !important;
}
.send_mail, embed_code{
	float: right
}
.send_mail a, .embed_code a{
	padding-left: 5px !important;
	padding-right: 7px !important;
}
.send_mail img{
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}
.embed_code img{
	float: left;
	margin-right: 3px;
	margin-top: 1px;
}
.bottom{
	float: right;
    width: 100%;
}
.grid_12{
	color:white;
	letter-spacing: 0.04em;
}
.grid_12 h1{
	text-transform:none;
}

#morespace a{
	margin: 0;
	padding: 0;
	float: left;
}

#morespace #logout{
	padding-right: 0px;
}

#embed_code_fancy {
    background: url("/images/fancybox_bubble_large.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 428px;
    width: 665px;
}
#embed_code_box{
    background: url("/images/embed_code.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 211px;
    margin-right: 35px;
    margin-top: 95px;
    width: 376px;
}
#embed_code_text{
    height: 189px;
    margin-left: 18px;
    margin-top: 11px;
    width: 340px;
    word-wrap: break-word;
    color: #666666;
    font-size: smaller;
}
#embed_picture{
    background: url("/images/slideshow_miniature.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 212px;
    margin-left: 30px;
    margin-top: 95px;
    width: 212px;
}
#embed_button{
    background: url("/images/embed_copy.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 55px;
    margin-right: 30px;
    margin-top: 11px;
    width: 92px;
    cursor: pointer;
}
#embed_button:hover{
    background: url("/images/embed_copy_active.png") no-repeat scroll 0 0 transparent;
}
#embed_code_fancy h2{
    color: #666666;
    font-size: large;
    margin-left: 170px;
    margin-right: auto;
    margin-top: 50px;
    position: absolute;
    text-transform: none;
}

.followers_list{
	padding-left: 30px;
    padding-bottom: 30px;
    width: 770px;
    float: left;
}
.followers_list h2{
	margin-bottom: 20px;
}
.followers_list img{
	margin-right: 4px;
}
.followers_list .stream_preview .stream_infos .sub_tags{
	display: none;
}
.followers_list .meta_stream{
	width: 770px;
}
.followers_list .more_followers{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.followers_list .more_followers a{
    margin: 0 30%;
    padding: 0;
    width: 40%;
}
.tag{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    display: inline-block;
    font-weight: bold;
	color: #999;	
    -webkit-transition: opacity 40ms ease-in 40ms; /* property duration timing-function delay */
    -moz-transition: opacity 40ms ease-in 40ms;
    -o-transition: opacity 40ms ease-in 40ms;
    transition: opacity 40ms ease-in 40ms;
    opacity: 1;
    
-moz-box-shadow:0px 1px 3px #000000;
-webkit-box-shadow:0px 1px 3px #000000;
box-shadow:0px 1px 3px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=180, color='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=1, Direction=180, Color='#000000')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

}
.tag:hover{
	opacity: 1;
}
.follow_button2 .tag, .unfollow_button2 .tag{
	bottom: 0;
}
.main_tags{
}
.sub_tags{
    float: left;
    line-height: 18px;
}
.main_tags .tag{
    font-size: 14px;
    padding: 4px 10px 5px;
}
.tag:hover{
	cursor: default;
}
.sub_tags .tag{
	margin-bottom: 5px;
}
.sub_tags .tag, .tag_venue{
    font-size: 11px;
    letter-spacing: 0;
    line-height: 19px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
/*GREEN*/
.tag_venue, .tag_city, .tag_country{
/* 	background-color: #66CC00; */
	background-image: linear-gradient(top, #5cb201 0%, #2c4b17 100%);
	background-image: -o-linear-gradient(top, #5cb201 0%, #2c4b17 100%);
	background-image: -moz-linear-gradient(top, #5cb201 0%, #2c4b17 100%);
	background-image: -webkit-linear-gradient(top, #5cb201 0%, #2c4b17 100%);
	background-image: -ms-linear-gradient(top, #5cb201 0%, #2c4b17 100%);
	color: #DAFCB4;
}
.tag_venue.clickable:hover, .tag_city.clickable:hover, .tag_country.clickable:hover{
	color: #544957;
	background-color: #004709;
	background-image: none;
	cursor: pointer;
}
/*PURPLE*/
.tag_tag, .tag_activity, .stream_details .tag_tag, .browse_tag, .tag_favorites, .tag_favorites{
/* 	background-color: #9933FF; */
	background-image: linear-gradient(top, #8a68fb 0%, #4a3872 100%);
	background-image: -o-linear-gradient(top, #8a68fb 0%, #4a3872 100%);
	background-image: -moz-linear-gradient(top, #8a68fb 0%, #4a3872 100%);
	background-image: -webkit-linear-gradient(top, #8a68fb 0%, #4a3872 100%);
	background-image: -ms-linear-gradient(top, #8a68fb 0%, #4a3872 100%);
	color: #EDDEFF;
}
.tag_tag.clickable:hover, .tag_activity.clickable:hover, .stream_details .tag_tag.clickable:hover, .browse_tag.clickable:hover{
	color: #544957;
	background-color: #3E0057;
	background-image: none;
	cursor: pointer;
}
/*PINK*/
.tag_special, .tag_event, .tag_live, .tag_following, .tag_top, .uploader_tag{
/* 	background-color: #FF66FF; */
	background-image: linear-gradient(top, #e883fe 0%, #6f4477 100%);
	background-image: -o-linear-gradient(top, #e883fe 0%, #6f4477 100%);
	background-image: -moz-linear-gradient(top, #e883fe 0%, #6f4477 100%);
	background-image: -webkit-linear-gradient(top, #e883fe 0%, #6f4477 100%);
	background-image: -ms-linear-gradient(top, #e883fe 0%, #6f4477 100%);
	color: #FFEDFF;	
}
.tag_special.clickable:hover, .tag_event.clickable:hover, .uploader_tag.clickable:hover{
	color: #574F57;
	background-color: #570957;
	background-image: none;
	cursor: pointer;
}
/*BLUE*/
.tag_user{
	color: #DED9FC; 
	background-image: linear-gradient(top, #0059f6 0%, #2856b6 100%);
	background-image: -o-linear-gradient(top, #0059f6 0%, #2856b6 100%);
	background-image: -moz-linear-gradient(top, #0059f6 0%, #2856b6 100%);
	background-image: -webkit-linear-gradient(top, #0059f6 0%, #2856b6 100%);
	background-image: -ms-linear-gradient(top, #0059f6 0%, #2856b6 100%);
}
.tag_user.clickable:hover{
	color: #4B4756;
	background-color: #150057;
	background-image: none;
	cursor: pointer;
}
/*WHITE*/
.tag_meta, .tag_private{
	background-image: linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #999999 100%);
	color: #666666;	
}
.tag_meta.clickable:hover, .tag_private.clickable:hover, .tag_meta.clickable.hovered{
	color: #A0A0A0;
	background-color: #616161;
	background-image: none;
	cursor: pointer;
}
.tag_meta_hovered{

}

.share_options .tag{
	font-weight: normal;
}.stream_preview{
	float: left;
	position: relative;
	margin-top: 20px;
	width: 100%;
}
.thumblist{

}
.thumblist a{
	float: left;
	height: 170px;
}
.thumblist img{
-moz-box-shadow:0px 8px 8px -3px #000000;
-webkit-box-shadow:0px 8px 8px -3px #000000;
box-shadow:0px 8px 8px -3px #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(strength=8, direction=180, color='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=8, Direction=180, Color='#000000')";
/*Shadows look very different in IE (Only cardinal directions supported)*/
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element should have a background-color*/
/*All filters must be placed together*/
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
}
.thumblist li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}
.stream_preview .more_photos{
	display: inline-block;
	width: 100%;	
}
.stream_preview .more_photos a{
	background: url("/images/seemore.png") no-repeat scroll 0 0 transparent;
	width: 379px; 
	height: 83px;	
	margin: 45px auto 120px;
	display: block;
}
.stream_preview .more_photos a:hover{
	background: url("/images/seemore_active.png") no-repeat scroll 0 0 transparent;
}
.hidden{
	display: none;
}
.stream_preview .unfollow_button2, .stream_preview .follow_button2{
	position: absolute;
    right: 0;
    top: 32px;
}
.stream_preview .sub_tags .tag{
	margin-bottom: 0;
}
.browse_tag{
    border-radius: 10px 10px 10px 10px;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 90px;
    padding: 13px;
    -moz-box-shadow: 0 0 6px 0px #6633CC;
    -webkit-box-shadow: 0 0 6px 0px #6633CC;
    box-shadow: 0 0 6px 0px #6633CC;
    margin: 96px auto;
}

.tooltip_bubble{
	border-radius: 5px;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.photo_share_twitter, photo_share_facebook, photo_share_flickr{
	color: black;
	background-color: white;
}
.fallstream{
	height: 100%;
}
.sfTContainer{
	margin-top: 60px;
}

/* dev pages */
.dev_page{
	color: white;
	margin-top: 30px;
}
.dev_page label{
	float: left;
	margin-right: 5px;
}
.dev_page h3{
	font-size: 18px;
}
.dev_page .authorize_ask input{
	border: 1px solid;
	font-size: 18px;
	padding: 10px;
	width: 351px;
}
.dev_page input[type^="submit"]{
	cursor: pointer;

}
.dev_page input:hover[type^="submit"]{
	background-color: #FFFF00;
}
.dev_page form{
	margin-top: 10px;
	width: 340px;
}
.no_boring{
	margin-bottom: 50px;
	min-height: 550px;
}
.up{
    font-size: 60px;
    line-height: 48px;
}
.down{
	font-size: 31px;
	line-height: 27px;
}
.dev_title{
	padding-left: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.dev_title .up{
    font-size: 105px;
    line-height: 86px;
}
.dev_title .down{
    font-size: 50px;
    line-height: 41px;
}
.dev_separator{
	background: url("/images/mudda.png") no-repeat scroll 0 0 transparent;
	width: 940px; 
	height: 43px;
    margin-bottom: 30px;
    margin-top: 35px;
 	border-radius: 3px;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-khtml-border-radius: 3px;
}
.dev_menu{
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.dev_item{
    padding: 25px;
 	width: inherit;   
 	display: block;
 	border-radius: 3px;
 	-moz-border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-khtml-border-radius: 3px;
}
.dev_item:hover{
    background-color: #FFFF00;
    color: black;
}
.dev_item .up{

}
.dev_item .down{

}
.dev_menu .active{
	background-color: #262626;
}
.dev_menu .active:hover{
	color: white;
}

.dev_disclaim{
}
.dev_disclaim .explain{
	font-weight: bold;
	font-size: 19px;
	line-height: 33px;
}
.dev_disclaim .terms{
	color: #AAA;
	font-size: 15px;
	line-height: 18px;
}
.dev_disclaim .title{
	font-size: 19px;
	line-height: 33px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dev_content{
    float: left;
    width: 500px;
    padding: 0 30px;
}
.authorize_ask{
	padding-left: 25px;
}
.authorize_ask form{
	list-style: none outside none;
    text-transform: none;
}
.authorize_ask .button{
	margin-top: 20px;
}
.no_boring .field-value{
	font-weight: lighter;
	text-transform: none;
}
.no_boring .field-name{
}
.no_boring .app_item{
	margin-left: 25px;
}
.no_boring .app_item img{
	float: left;
	margin-right: 10px;
	width: 50px;
}
.no_boring .app_item h1{
    line-height: 40px;
    margin-bottom: 12px;
}
#eyeem_app_icon_button{
    height: 20px;
    width: 46px;
    padding-top: 1px;
}
#eyeem_app_icon_button .icon_text_button, #eyeem_app_icon_restart{
    background-color: #262626;
    border: 1px solid black;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 0 2px 0;
}
#eyeem_app_icon_restart{
	width: 50px;
}
#eyeem_app_icon_button:hover span, #eyeem_app_icon_restart:hover{
    background-color: #262626;
}
#eyeem_app_icon_button input{
	font-size: 21px !important;
}
.icon_upload{
	margin-bottom: 6px;
}
#eyeem_app_icon_pic_preview{
	clear: both;
}
#eyeem_app_icon_pic_preview img{
	width: 70px;
	border: solid 1px black;
}
.error_list{
	color: orange;
}

