.extrasForm, .extraFormBig
{
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 1px 2px 8px rgba(0, 0, 0, 0.25);
}

.infoBoxL
{
	background-image: url('/img/gui/settings/settings-hints/info_left.png');
	width: 18px;
	height: 40px;
}
.infoBoxR
{
	background-image: url('/img/gui/settings/settings-hints/info_right.png');
	width: 10px;
	height: 40px;
}
.infoBoxContent
{
	background-image: url('/img/gui/settings/settings-hints/info_main_x.png');
	background-repeat: repeat-x;
	height: 40px;
	padding: 3px;
	width: auto;
}
.settingsMenu
{
	width: 175px;
	min-height: 100%;
	height: 100%;
	float: left;
}
.settingsContent
{
	float: right;
	width: 75%;
	padding-bottom: 50px;
}
.settingsHint
{
	float: left;
	width: 19%; /* creates a scroll bar horizontally if it's at 20% */
	padding-bottom: 50px;
}
.settingsForm
{
	float: right;
	display: inline-block;
	margin: 20px auto 0;
	position: relative;
	width: 368px;
	
}

.settingsForm h1
{
	margin: 0 0 10px 0;
}

.settingsLoginForm
{
	float: left;
	width: 300px;
	padding-bottom: 50px;
	padding-top: 15px;
	position: relative;
}

.settingsSignupForm
{
	float: right;
	width: 500px;
	padding-bottom: 50px;
	padding-top: 15px;
	position: relative;
}

.settingsFormItem
{
	overflow:  visible;
	margin-bottom: 10px;
}
.settingContentSplitter
{
	border: 1px solid #888a90;
	margin: 1px;
	height: 10px;
	width: 90%;
}
.settingsAlert
{
	position: relative;
	margin-top: -3px;
	margin-bottom: 10px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: rgba(0,0,0,0.75);
	width: 840px;
	padding: 3px;
	text-align: left;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	text-decoration: none;
}
.settingsMenuItem
{
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: transparent;
	width: 125px;
	padding: 8px;
	text-align: left;
	border: 0px;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	color: #ddd;
}

.settingsMenuCurrent {
  box-shadow: none;
  background-color: transparent;
  border: 0px;
  color:#FFFFFF;
  margin-bottom:10px;
  margin-top:10px;
  padding:8px;
  text-align:left;
  text-decoration:none;
  width:125px;
}
.widerItem
{
	width: 400px;	
	margin-left: auto;
	margin-right: auto;
}
.settingsMenuItem:hover
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.settingsMenuItem:active
{
	background-color: #696e78;
	text-decoration: none;
}
.settingsMenuTitle
{ 	
	font-size: 16px;
	text-shadow: 0px 1px 0px #4f535a;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
}
.settingsMenuTitle:hover
{ 	
	text-decoration: none;
}
.settingsMenuIcon
{ 
	vertical-align: middle;
	float: left;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 8px;
}
.settingsPlaceholder
{
	letter-spacing: 0.5px;
	font-size: 24px;
	color: #8c94a2;
	text-shadow:-1px 1px 5px #616161;
	padding-top: 150px;
	width: 350px;
}
.settingsContentFieldTitle
{
	float: left;
	width: 90%;
	text-align: left;
	color: #ffffff;
	text-shadow: -1px 1px 1px #333333;
	letter-spacing: 1.5px;
	font-size: 14;
}
.settingsContentField
{
	margin-top: 5px;
	width: 90%;
	overflow: inherit;
}
.settingsContentSave
{
	text-align: right;
	overflow: auto;
	margin: 0;
	display: block;
}

.settingsContentSave a
{
	margin-top: 8px;
	display: inline-block;
	margin-right: 10px;
	color: #8583AB;
	float: left;
}

.myImagesWrap
{
	width: 440px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.myImagesFrame
{
	background-color: #6a6e79;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #696c76;
	height: auto;
	float: inherit;
	margin: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 0px rgba(0,0,0,0.3);
}
.selectedFrame
{
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 0px rgba(0,0,0,0.3), 0px 0px 5px rgba(0, 255, 0, 1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 0px rgba(0,0,0,0.3), 0px 0px 5px rgba(0, 255, 0, 1);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 0px rgba(0,0,0,0.3), 0px 0px 5px rgba(0, 255, 0, 1);
}
.myImagesItem
{
	border: 2px solid #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 5px;
	
}

.myImagesDelete
{
	display: inline-block; 
	padding: 2px 5px 2px; 
	margin-left: 2px;
	margin-top: 7px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
.myImagesDelete:selected
{
	color: #b00;
}
.myImagesInfo
{
	float: right;
	background: #6a6e79; 
	display: inline-block; 
	padding: 2px 5px 2px; 
	margin-right: 8px;
	margin-top: 7px;
	color: #b6b6b6;
	font-size: 11px;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0);
	position: relative;
	cursor: pointer;
}
.myImagesInfo:hover
{
	float: right;
	background: #fff;
	color: #000;
}
.myImagesInfo:active
{
	background: #fff;
	color: #555;
}
.loadMore
{
	width: 90%;
	padding: 5px;
	margin-top: 10px;
	background-image: url('/img/gui/settings/rule.png');
	background-repeat: repeat-x;
	background-position: center top;
}
.loadMoreText
{
	background-color: #6a6e79;
	border: 3px solid #777b84;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: -1px 1px 1px #585858;
}
.myImagesInfoContent
{
	width: 160px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom: solid 1px grey;
}
.myImagesInfoText
{
	font-size: 10px;
	width: 160px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.8px;
}
.myImagesInfoLink
{
	font-size: 12px;
	width: 160px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	letter-spacing: 0.8px;
}
.myImagesInfoForm
{
	width: 90%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666;
	color: #fff;
	background-color: #121223;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
}
.settingsFormWrap
{
	text-align: left;
	margin-left: 10px;
	padding: 5px;
}
.settingsHintWrap
{
	text-align: left;
	margin: 0px;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
	background: rgba(255,255,255,0.1);
	border:  1px solid rgba(255,255,255,0.5);
	box-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.settingsFormTitle
{	
	padding-left: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
.settingsFormContentLeft
{
	position: relative;
	padding-right: 20px;
	margin-top: 8px;
	width: 120px;
	float: left;
	text-align: left;
	text-shadow: 1px 1px 1px #555;
	margin-bottom: 2px;
}
.settingsFormContentSpecial
{
	padding-left: 10px;
	width: 20%; !important
	float: left;
	text-align: left;
	text-shadow: 1px 1px 1px #555;
}
.settingsFormContentRight
{
	display: block;
	text-align: left;
	position: relative;
}
.settingsFormSubtitle
{
	font-size: 12px;
}
.settingsFormElement
{
	border-radius: 2px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 14px;
	position: static;
	margin-right: 0px;
	-webkit-appearance: none;
	color: black;
	background: white;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.5), inset 1px 2px 8px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.3);
	color: 	#222;
	text-shadow: none;
	padding: 9px;
	border: 1px solid black;
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
}

.smallFormText
{
	font-size: 10px;
	letter-spacing: 1px;
	color: #E6E6E6;
}
.formArea
{
	margin-bottom: 50px;
}
.hideAlertButton
{
	position: absolute;
	right: 3px;
	top: 4px;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	padding: 2px 4px;
	color: #000;
	font-size: 11px;
}
.hideAlertButton:hover
{
	cursor: pointer;
	box-shadow: 0px 0px 10px #fff;
	-webkit-box-shadow: 0px 0px 10px #fff;
	-moz-box-shadow: 0px 0px 10px #fff;
}	
.noImages
{
	color: #8C94A2;
	font-size: 24px;
	letter-spacing: 0.5px;
	padding-top: 150px;
	text-shadow: #616161 -1px 1px 5px;
}

#loginForm
{
	width:300px;
	float:left;
	text-align: left;
	margin: 0 0 20px 0;
}
#signupForm
{
	width:549px;
	float:left;
	text-align: left;
	margin: 0 0 20px 0;
	border-left: 1px solid rgba(0,0,0,0.2);
	box-shadow: -1px 0px 0px rgba(255,255,255,0.3);
}

.newFormInner
{
	margin: 10px 0 0 35px;
	overflow: auto;
}

.settingsNewFormElement
{
	padding: 5px;
	border: 1px solid #323232;
	background-color: #f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	position: static;
	margin-left: 5px;
	-webkit-box-shadow: inset 0px 2px 3px #888, 0px 1px 0px rgba(255, 255, 255, 0.5);
	width: 200px;
	display: inline-block;
}

#loginForm h1
{
	padding: 0 0 10px 30px;
	overflow: auto;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

#signupForm h1
{
	padding: 0 0 10px 30px;
	overflow: auto;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.newFormItem
{
	margin: 0px 5px 0px 0px;
	display: inline-block;
	float: left;
	width: 350px;
	min-height: 80px;
}

.newLabel
{
	font-size: 14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
}

.awesome
{
	float: right;
	margin-right: 5px;
}

#captchaWrap
{
	padding: 5px;
	background: white;
	border-radius: 3px;
	border: 1px solid #000;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.4);
	display: inline-block;
	margin-left: 5px;
	margin-top:10px;
}

#captchaWrapText
{
	width:184px;
	float:right;
	margin-top: 35px;
}

.signupResponse
{
	position: relative;
	margin-bottom: 10px;
	background: #222 url('/img/gui/settings/crossed.png') repeat;
	padding: 20px 20px 20px 20px;
	text-align: left;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid #000;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.1), inset 0px 2px 8px #000;
	color: #fff;
	text-decoration: none;
	min-height: 50px;
	display: block;
}

.signupInner
{
	margin: 0 auto;
	width: 550px;
}

.settingsError
{
	display: block;
	margin: 10px auto;
	padding: 10px;
	background: rgb(27, 27, 27);
	border-radius: 3px;
	text-align: center;
	border: 1px solid orangered;
}

.settingsSuccess
{
	display: block;
	margin: 0 auto;
	padding: 55px;
	background: #545188;
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.12);
	font-size: 18px;
}

.signupHint
{
	position: absolute;
	right: -198px;
	top: 27px;
	width: 200px;
	display: none;
}

.bottomHint
{
	top: 38px !important;
}

.sell
{
	width: 550px;
	height: 300px;
	opacity: 0.5;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
}

.sell:hover
{
	opacity: 1;
}

.sell a
{
	font-size: 22px;
	display: inline-block;
	line-height: 45px;
	padding: 0 25px;
	height: 45px;
	margin: 80px auto 10px;
	border-radius: 3px;
	text-decoration: none;
	float: none;
	color: white;
}

.arrow_box_signup {
	display: none;
	position: absolute;
	background: white;
	border: 3px solid white;
	width: 350px;
	left: -375px;
	top: -10px;
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	z-index: 99;
	color: black;
	box-shadow: 0px 0px 5px black;
}
.arrow_box_signup:after, .arrow_box_signup:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_signup:after {
	border-color: rgba(17, 17, 17, 0);
	border-left-color: #ffffff;
	border-width: 12px;
	top: 50%;
	margin-top: -12px;
}
.arrow_box_signup:before {
	border-color: rgba(151, 156, 184, 0);
	border-left-color: #ffffff;
	border-width: 16px;
	top: 50%;
	margin-top: -16px;
}
.signupHelp
{
	text-align: center;
}

.welcome
{
	clear: both;
}

.welcomeHead h1
{
	max-width: 960px;
	min-height: 35px;
	line-height: 35px;
	color: white;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

.welcomeHead
{
	padding: 15px 15px;
	background: rgb(19, 19, 19);
	display: block;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.1)
}

.welcomeHead h1.logged:after
{
	content:  ' welcome to cubeupload.';
}

.welcomeHead h1 a
{
	float: right;
	color: white;
	font-size: 18px;
	padding: 0px 15px;
}

.welcome p
{
	text-align: left;
	margin: 10px 0;
}

.welcome ul
{
	display: block;
	list-style: none;
}

.welcome ul li
{
	width: 240px;
	height: 280px;
	margin-bottom: 40px;
	overflow: hidden;
	float: left;
	font-size: 20px;
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0);
	padding: 10px;
	position: relative;
}

.welcome ul li p
{
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}

.welcome ul li p.desc
{
	font-size: 12px;
	text-align: center;
	padding: 0 15px;
	color: white;
}

.welcome ul li h3
{
	font-family: "Pictos";
	font-size: 125px;
	text-align: center;
	height: 110px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-shadow: 0px 1px 0px black;
}

.welcome ul li a
{
	color: white;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}

.welcome ul li a:hover
{
	cursor: pointer;
}

.welcome ul li .link
{
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	
}

.highlightHelp
{
	box-shadow: 0px 0px 1px 0px white;
	border-radius: 3px;
}


iframe a[src^="about:blank"]
{
	display: none;
}

/* iframe {display:none !important;} */
header iframe,
section iframe,
footer iframe,
div iframe { display:inline; }
