body
{
    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #444;
    overflow:hidden;
    margin:0;
    padding:5px;
}

a {
	color: #09F;
}

img {
	border:none;
}

.top_section {
	padding: 12px 20px;
	margin: 0 0 20px;

	border: 1px solid #E6E6E6;
	background: white;
	padding: 11px 11px 0;
	margin-top: 17px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.top_section #logo {
	height: 100%;
	margin-right:10px;
}

.top_section #logo img {
	width:145px;
	margin-bottom:100px;
	border:none;
}

.connect {
	position: relative;
	height: 130px;
	padding: 0 0 8px 20px;
	border-left: 1px solid darkGray;
}

.connect .create_account {
	color: #8E8E8E;
	font-size: 12px;
	width: 150px;
}
.connect .create_account, .connect .more_info, .connect div {
	position: absolute;
	bottom: 8px;
	left: 20px;
	color: #09F;
}
.connect p {
	font-size: 14px;
	margin:0 0 5px 0;
	color: #3A3A3A;
}

.connect .disconnect, .connect .connect_button {
	position: absolute;
	right: 0;
	bottom: 8px;
	text-decoration: none;
	color: #09F;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #45A1D2;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #45A1D2), color-stop(50%, #338FBE));
	background: -webkit-linear-gradient(#45A1D2 50%, #338FBE 50%);
	background: -moz-linear-gradient(#45A1D2 50%, #338FBE 50%);
	background: -o-linear-gradient(#45A1D2 50%, #338FBE 50%);
	background: linear-gradient(#45A1D2 50%, #338FBE 50%);
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: white !important;
	padding: 0 10px;
	border: 1px solid #C4C4C4;
	display: inline-block;
}

input[type=text], select
{
    width: 200px;
    border-radius: 4px;
    border-color: #B4B4B4;
    border-width: 1px;
    padding:5px;
    margin-bottom:2px;
}

select {
	width:auto;
}

input[type=submit] {
	padding:5px 10px;
	font-weight:normal;
}

.miniColors-triggerWrap {
    margin-top:3px;
    margin-bottom:2px;
}

.section-box
{
    background: white;
    padding: 10px;
    border: 1px solid #e6e6e6;
    border-top: 1px solid #CCC;
    border-radius: 5px;
}

.save
{
    border: 1px solid #D7DCE0;
    background-color: #EFF3F6;
    font-weight: bold;
    color: #032957;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
}

label {
	width:170px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
	line-height:29px;
}

br {
	clear:both;
}

form.subscribe input {
	display:block;
	float:left;
	margin:0 2px 2px 0;
}


.ui-accordion .ui-accordion-content {
	padding:0;
}

#listid {
	width:200px;
	position:relative;
	top:-5px;
}

.refresh {
	display:inline-block;
	width:26px;
	height:26px;
	background:url(images/glyphicons_081_refresh.png) 50% 50% no-repeat;
}

.maintain {
	display:inline-block;
	width:26px;
	height:26px;
	background:url(images/glyphicons_136_cogwheel.png) 50% 50% no-repeat;
}