.cloud {
	text-align: justify;
	line-height: 2.3em;
	color: #999;
	margin: 1em 0 2em 0;
} .cloud a {
	padding: 0 .5em 0 0;
	font-size: 1.15em;
	text-decoration: none;
} .cloud a:hover {
	color: #111;
} .cloud a.selected {
	color: #fff;
	background: #333;
} .cloud a.alreadySelected{
        color: red;
        background: #333;
} .cloud a.medium {
	font-size: 1.2em;
} .cloud a.large {
	font-size: 1.6em;
} .cloud a.xlarge {
	font-size: 1.8em;
} body .cloud h4 {
	display: inline;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #222;
	margin-right: .5em;
}

#message {
    width: 400px;
    height: 80px;
    margin: -45px 0 0 -215px;
    padding: 15px;
    position: fixed;
	_position: absolute;
    top: 50%;
    left: -9999px;
    background: #fff;
    border: 3px solid #222;
}

#message p {
    font-size: 1.4em;
}

    #message.error {
        background: red;
        color: #fff;
    }
    #message.success {
        background: green;
        color: #fff;
    }

#message .ok {
	position: absolute;
	right:3px;
	text-decoration:none;
	top:3px;
}

div.hover_small {
	width: 142px;
	height: 76px;
	background: url(../images/hovers.gif) 0 0 no-repeat;
} div.hover_small .taken, div.hover_small .left {
	margin-top: -10px;
	margin-left: -5px;
} div.hover_small .percentage {
	margin-left: -5px;
	bottom: 5px;
}
div.hover_large {
	width: 257px;
	height: 76px;
	padding: 5px 30px 5px 15px;
	font-size: 1.05em;
	line-height: 1.35em;
	background: url(../images/hovers.gif) -142px 0 no-repeat;
}
body div.hover_xlarge {
	width: 257px;
	height: 120px;
	padding: 5px 30px 5px 15px;
	font-size: 1.05em;
	line-height: 1.6em;
	background: url(../images/hovers.gif) 0 -106px no-repeat;
}

.counter {
	width: 146px;
	height: 86px;
	background-position: 0 -41px;
	position: relative;
} .counter * {
	text-align: center;
} .counter h4.name {
	color:#666666;
	font-size:1.1em;
	font-weight:bold;
	position:relative;
	top:3px;
	width:120px;
} .counter .taken {
	float: left;
	position: absolute;
	top: 28px;
	left: 25px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
} .counter .left {
	position: absolute;
	top: 28px;
	right: 38px;
} .counter .qty {
	font-size: 2.5em;
	display: block;
	color: #333;
} .counter .unit {
	font-size: 1.1em;
	font-family: Georgia, serif;
	font-style: italic;
	text-transform: lowercase;
	color: #999;
	display: block;
} .counter .percentage {
	width: 104px;
	height: 11px !important;
	clear: both;
	background-position: 0 -127px;
	position: absolute;
	bottom: 8px;
	left: 10px;
	text-align: left;
} .counter .percentage .qty {
	height: 11px;
	_font-size: 10px;
	_line-height: 3px;
	_position: absolute;
	*font-size: 10px;
	*line-height: 3px;
	*position: absolute;
	background-position: 0 -138px;
}

#share_popup {
	position: absolute;
	left: -9999px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 9999;
}

#logic_selector {
	width: 300px;
	padding: 10px;
	border: 3px solid #666;
	background: #efefff;
	margin: 5px 0 5px -232px;
	font-family:Georgia;
	font-size:1.4em;
	line-height:1.5em;
}
#logic_selector h5 {
	font-size:1em;
	text-transform:none;
}
#logic_selector p {
	color: #999;
	font-size: .8em;
}
#logic_selector .close {
	float: right;
	padding: 1em;
}	
#converter_popup {
		background: #fff;
		font-size: 1.2em;
		border: 2px solid #666;
		width: 340px;
		height: auto !important;
		font-family: Georgia, serif;
		margin-left:-301px;
		margin-top:-6px;
	}
	#converter_popup .slides {
		position: relative;
	}
	#converter_popup .slides .slide {
		padding: 20px;
		width: 300px;
	}
	#converter_popup .close {
		position: absolute;
		right: 6px;
		top: 3px;
	}
	#converter_popup .back {
		font-style: italic;
		text-decoration: none;
		font-size: 1.4em;
		margin: 1em 0 0 0;
	}
	#converter_popup .conversion {
		text-transform: capitalize;
		font-family: Arial, sans-serif;
		font-size: 1.4em;
		font-weight: bold;
		margin-bottom: 1em;
	}

.ui_slidebox {
    position: relative;
    overflow: hidden;
} .ui_slidebox .slides {
    width: 9999px;
    position: relative;
    list-style: none;
} .ui_slidebox .slide {
	width: 780px;
    float: left;
    overflow: hidden;
}

#live_preview {
	position: absolute;
	left: -9999px;
	margin-left:-252px;
	margin-top:-100px;
	width:680px;
	background: #fff;
	border: 2px solid #eee;
	padding-bottom: 10px;
} #live_preview .container {
	left: 150px;
	position: relative;
	top: 20px;
	width: 500px;
} #live_preview .position {
	font-size: 1.8em;
	font-family: Georgia, serif;
	background: #4580c2;
	color: #fff;
	padding: .25em;
	position: absolute;
	left: -140px;
	top: 15px;
	z-index: 999;
} #live_preview .title {
	margin: 0 0 8px 15px;
	font-family: Georgia, serif;
	font-size: 1.8em;
	font-style: italic;
	color: #999;
} #live_preview .title strong {
	font-weight: normal;
	color: #111;
}  #live_preview .logo {
	width: 83px;
	height: 83px;
	background: url(../images/sprites.jpg) -186px -81px no-repeat;
	position: absolute;
	top: 9px;
	left: -130px;
} #live_preview .logo img {
	margin: 9px 0 0 9px;
	border: 1px solid #ddd;
} #live_preview .info {
	width: 501px;
	_width: 556px;
	height: 92px;
	background: url(../images/sprites.jpg) -269px -76px no-repeat;
	margin: -10px 0 0 -45px;
	padding: 15px 20px 15px 45px;
} #live_preview .info .desc {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	text-align: left;
} #live_preview .info .tags {
	bottom:17px;
	position:absolute;
} #live_preview .info .tags strong {
	
} #live_preview .info .tags a {
	
}
#live_preview .close {
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
	position:absolute;
	right:-21px;
	text-decoration:none;
	top:-27px;
	_top: -30px !important;
	_right: 50px !important;
	_color: #000 !important;
}

/* Login Form Styles */
#login {
	font-family:Arial;
	margin-left:7px;
	color: #333;
	font-size: 1.2em;
}
#login h3 {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#558cc8 none repeat;
	height:17px;
	padding:2px 6px;
	text-align:center;
	display: inline-block;
	border: 2px solid #ccc;
	border-bottom: 0;
	position: absolute;
	right: 0px;
	font-size: 1.0em;
	color: #fff;
}
#login form {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	background:#558cc8 none repeat scroll 0 0;
	padding:15px;
	border: 2px solid #ccc;
	margin-top:21px;
	line-height: 1.75em;
	color: #fff;
}
#login form label {
	clear:both;
	display:block;
	float:none;
}
#login form label#lbl_remember {
	display: inline;
}
#login form input {
	margin: 0px 2px 10px 0px;
	color: #333;
}
#login form a {
}
#login form p {
	margin-top: 1em;
}

#idea_popup {
	padding: 20px;
	width: 300px;
	background: #fff;
	border: 2px solid #999;
}
#idea_popup a {
	color:#999999;
	display:block;
	float:left;
	line-height:1.25em;
	margin-right:8%;
	text-decoration:none;
	width:25%;
}
#idea_popup a:hover {
	color: #333;
}
#idea_popup a.close {
	width: auto;
	position: absolute;
	right: -21px;
	top: 3px;
}

#tooltip {
	background: #fff;
	border:1px solid #666666;
	font-family:Georgia;
	font-size:1.6em;
	margin:-4px 0 0 31px;
	padding:10px;
}

/* Dashboard Edit Form Styles */
#edit_forms {
	font-family:Arial;
	margin-left:7px;
	color: #333;
	font-size: 1.2em;
}
#edit_forms h3 {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#558cc8 none repeat;
	text-align:center;
	display: inline-block;
	border: 2px solid #ccc;
	border-bottom: 0;
	position: absolute;
	right: -2px;
	top: -23px;
	font-size: 1.0em;
	color: #fff;
	height:21px;
	padding:0 6px;
}
#edit_forms form {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	background:#558cc8 none repeat scroll 0 0;
	padding:15px;
	border: 2px solid #ccc;
	line-height: 1.75em;
	color: #fff;
	margin-left:-25px;
	margin-top:19px;
}
#edit_forms form label {
	clear:both;
	display:block;
	float:none;
	padding-right: 5px;
}
#edit_forms form input {
	margin: 0px 2px 10px 0px;
	color: #333;
}
#edit_forms form a {
}
#edit_forms form p {
	margin-top: 1em;
}

#TB_window {
	*margin-top: -200px;
}