/* Animated loading */
#aniload {
	display: none;
	position: absolute;
	bottom: 25px;
	right: 25px;
}
#aniload img {
	width: 20px;
	height: 20px;
}
#msgBox {
	width: 400px;
	line-height: 18px;
	margin: 5px 0px;
}
#msgBox .msgContent {
	display: none;
	font-weight: normal;
	font-size: 11px;
	color: #d61f2c;	
}
#msgBox.error .msgContent, $msgContent .error {
	color: #ff1010;	
}
#msgBox.success {
	padding: 0px !important;
}
#msgBox.success .msgContent {
	color: green;	
}
#msgBox.load {
	background: #3149e5;	
}

/* Captcha box */
#captBox {
	display: none;
	padding: 0px;
	margin: 5px 0px;
}
.captWindow {
	width: auto;
}
.captIntro {
	line-height: 18px;
	font-size: 12px;
	color: #545454;
	white-space: nowrap;
}
.captText {
	font-size: 13px;
	font-weight: bold;
}
.captSelected, .captSelected:hover {
	border: 1px solid #606a7b;
	margin: 1px !important;
}
.captImages {
	display: block;
}
.captImage {
	margin: 2px;
	padding: 4px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.captImage:hover {
	border: 1px solid #939393;
	margin: 1px !important;	
}

/* Universal box */
.msiubox {
	cursor: pointer;
}
#msiMask {
  position:absolute;
  left:0;
  top:0;
  z-index:9999;
  background-color: #000;
  display:none;
}
#msiUniBox.window {
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:99999;
}
#msgBox.inline {
	margin-left: 10px;
}

/* Wrap box */
#msiUniBox .ubox-tl, #msiUniBox .ubox-tc, #msiUniBox .ubox-tr, 
#msiUniBox .ubox-bl, #msiUniBox .ubox-bc, #msiUniBox .ubox-br,
#msiUniBox .ubox-ml, #msiUniBox .ubox-mr {
	position: absolute;
	z-index: 101;	
}
#msiUniBox .ubox-tl {
	top:  0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url('../../../images/unibox/fancy/shadow_tl.png') no-repeat top left;
}
#msiUniBox .ubox-tc {
	top:  0px;
	left: 20px;
	right: 20px;
	height: 20px;
	background: url('../../../images/unibox/fancy/shadow_tc.png') repeat-x top;
}
#msiUniBox .ubox-tr {
	top: 0px;
	right: 0px;	
	width: 20px;
	height: 20px;
	background: url('../../../images/unibox/fancy/shadow_tr.png') no-repeat top right;
}
#msiUniBox .ubox-mr {
	top:  20px;
	bottom: 20px;
	right: 0px;
	width: 20px;
	background: url('../../../images/unibox/fancy/shadow_mr.png') repeat-y right;
}
#msiUniBox .ubox-br {
	bottom:  0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: url('../../../images/unibox/fancy/shadow_br.png') no-repeat bottom right;
}
#msiUniBox .ubox-bc {
	bottom:  0px;
	left: 20px;
	right: 20px;
	height: 20px;
	background: url('../../../images/unibox/fancy/shadow_bc.png') repeat-x bottom;
}
#msiUniBox .ubox-bl {
	bottom:  0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: url('../../../images/unibox/fancy/shadow_bl.png') no-repeat bottom left;
}
#msiUniBox .ubox-ml {
	top: 20px;
	bottom: 20px;
	left: 0px;
	width: 20px;
	background: url('../../../images/unibox/fancy/shadow_ml.png') repeat-y left;
}
#msiClose {
	position: absolute;
	left: 25px;
	bottom: 25px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url('../../../images/unibox/fancy/close.png') no-repeat top;
	z-index: 102;
}
#msiClose:hover {
	background-position: bottom;	
}
#msiUniBox .ubox-inner {
	margin: 20px;
	padding: 15px 20px 25px 20px;
	background-color: #fff;
	max-height: 650px;
	overflow: auto;
	text-align: left;
}
#msiUniBox .ubox-title {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #4d4d4d;
}
#msiUniBox .ubox-flag {
	float: right;
	margin-right: 0px;
}
/* Wrap Box End */

/* Inner content */ 
#msiUniBox {
	font-family: Arial, Geneva, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size: 12px !important;
	color: #545454 !important;
}
#msiUniBox form {
	width: 100%;
}
#msiUniBox input {
	padding: 2px !important;
	color: #404040 !important;
	background: white !important;
	border: 1px inset #707070 !important;
	border-radius: 5px;
}
#msiUniBox input[type=submit] {
	height: auto;
	line-height: normal;
}
#msiUniBox ul {
	display: block;
	margin: 4px 0px;
	padding: 0px;
	list-style: none !important;
	background: none !important;
}
#msiUniBox ul li {
	list-style: none !important;
	background: none !important;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}
#msiUniBox li.txt {
	padding: 5px 0px;
	white-space: nowrap;
	height: 14px;
	line-height: 14px;
}
#msiUniBox li.tbox {
	padding: 2px 100px 2px 0px;
	height: 20px;
	line-height: 14px;
	font-size: 12px;
}
#msiUniBox li.tbox input {
	height: 14px !important;
	line-height: normal;
	padding: 2px !important;
}
#msiUniBox ul.center-btn {
	display: block;
	margin: 0px;
	text-align: center;
	width: 100%;
}
#msiUniBox input.image-btn {
	margin-top: 2px;
	padding: 2px 5px !important;
	border: 2px solid #909090 !important;
	background-color: white !important;
	color: #909090 !important;
	font-size: 12px;
}
#msiUniBox input.image-btn:hover {
	border: 2px solid #545454 !important;
	color: #545454 !important;
	box-shadow: 1px 1px 2px black;
}
#msiUniBox input[type=text], #msiUniBox input[type=password] {
	width: 180px;
	font-size: 12px !important;	
}
#msiUniBox input[type=submit] {
	cursor: pointer;
}
#msiUniBox ul.inline input[type=submit] {
	margin-top: 28px !important;
}
#msiUniBox input[type=checkbox] {
	line-height: 18px;
	margin: 2px 0px;
}
#msiUniBox ul.inline {
	display: block; 
	float: left;
}
#msiUniBox ul.inline li {
	display: block;
	margin-left: 10px;
}
#msiUniBox .m-title {
	font-weight: bold;
}
#msiUniBox .clear {
	clear: both;
}
#msiUniBox .right {
	text-align: right;
}

/* Blocks - Columns */ 
#msiUniBox .block-1, .block-2, ul.spec-0, ul.spec-1, ul.spec-2 {
	float: left;
}
#msiUniBox .block-1 {
	width: auto;
}
#msiUniBox .block-2 {
	margin-left: 10px;
	width: auto;
}
#msiUniBox ul.spec-1 {
}
#msiUniBox ul.spec-2 {
	margin-left: 20px;	
	width: auto;
}

#msiUniBox ul.spec-0 {
	width: 100%;
}

/* Block Client Message */
#msgContent .block-1 {
	min-width: 300px;
}

/* Bloxk UserCP */
#userContent .block-1 {
}
#userContent .spec-1 {
}
#userContent #msgBox {
}

/* Block Login, Password, Activate */
#activateContent li.tbox, #pwdContent li.tbox, #loginContent li.tbox {
}
#loginContent input[type=text], #loginContent input[type=password] {
}
#loginContent .fb-login {
	margin: 10px 0 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}
#loginContent #fb-login {
	border: 0px;
	height: 23px;
	width: 150px;
	margin: 0px auto;
	background: transparent url('../../../images/facebook_signin.gif') no-repeat left top;
}
#loginContent #fb-login:hover {
	background-position-y: -24px;
}
/* Block Register */
#regContent li.tos {
	width: 320px;
}
#regContent .block-1 {
}
#regContent .spec-1 {
}
#regContent .spec-2 {
}
#regContent #captBox {
}
#regContent #msgBox {
}
#regContent input[type=text], #regContent input[type=password] {
	width: 220px;
}

/* Block Password recovery */


/* Extra stuff */
/* IP.Subscription feature */
#msiUniBox .ipbregsub {
	max-height: 200px;
	overflow: auto;
}

