/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Nunito', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
html, body {
	height:100% !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

form p { position:relative; }
label  { position:absolute; top:0px; left:-4px; cursor: text; }

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#main_container {
	width: 900px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#top_header {
	margin-top: 10px;
}

#logo {
	width: 227px;
	height: 100px;
}

#logo img {
	margin-top: 32px;
}

#reg_login_container {
	float: right;
}

#content_container {
	margin-top: 32px;
/*	height: 100%;*/
}

#sqworl_boxes_content {
	width: 740px;
	position: relative;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: visible;
}

#sqworl_follow_boxes_content {
	width: 740px;
	position: relative;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: visible;
}

#sqworl_extras_container {
	width: 890px;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

.gear_icon {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0px;
	top: -11px;
	background-image: url("../img/gear-bg-24.png");
	z-index: 1;
	cursor: pointer;
	cursor: hand;
}

.extras_content_container {
	display: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.extras_content {
	width: 742px;
	position: relative;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}

.extras_icon {
	width: 64px;
	height: 64px;
	margin-left: 91px;
	margin-right: 91px;
	float: left;
}

.extra_explorer {
	background-image: url("../img/globe-64.png");
}

.extra_stats {
	background-image: url("../img/analytics-64.png");
}

.extra_open_all {
	background-image: url("../img/open_all-64.png");
}

.extra_password, .extra_password_reg {
	background-image: url("../img/lock-64.png");
}

.extra_unlock {
	background-image: url("../img/unlock-64.png");
}

.extra_delete {
	background-image: url("../img/delete-64.png");
}

.sqworl_title {
	color: black;
	font-weight: bold;
	font-size: 25px;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px #cccccc;
	border-style: dotted;
}

.sqworl_author_username {
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #aaaaaa;
}

.sqworl_author_username a {
	color: #aaaaaa;
}

.pro_badge {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}

.sqworl_3_box_container {
	width: 740px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.sqworl_img_box {
	width: 220px;
	height: 170px;
	float: left;
	margin-bottom: 73px;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
	background-color: #eeeeee;
}

.sqworl_img_box img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.sqworl_box_details {
	position: absolute;
	bottom: -36px;
	left: 10px;
	height: 32px;
}

.sqworl_box_details_title {
	color: black;
	font-size: 15px;
}

.sqworl_box_details_desc {
	color: #aaaaaa;
	margin-top: 3px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.3px;
}

.header_button {
	color: white;
	background-color: #a4ce95;
	padding: 10px 15px 10px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	display:inline-block;
	vertical-align:middle;
}

.stitched {
   padding: 20px;
   margin: 10px;
   background: #fff;
   color: #000;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #cccccc;
}

#share_container {
	width: 440px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	padding-bottom: 38px;
	padding-left: 95px;
}

.share_button {
	float: left;
	width: 115px;
}

.share_facebook {
	margin-right: 20px;
	top: -7px;
	position: relative;
}

.share_pinterest {
	width: 95px;
}

.share_sqworl {
	width: 24px;
	margin-left: -5px;
	position: relative;
	top: -2px;
	cursor: pointer;
	cursor: hand;
}

.sqworl_like {
	width: 24px;
	height: 24px;
	background-image: url("../img/love.png");
}

.sqworl_unlike {
	width: 24px;
	height: 24px;
	background-image: url("../img/hate.png");
}

#footer {
	color: #aaaaaa;
	font-size: 12px;
	width: 100%;
	height: 25px;
	border-top: 1px #cccccc;
	border-style: dotted;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;
	margin-bottom: 15px;
	float: left;
	padding-top: 10px;
}

.footer_link {
	float: left;
	margin-right: 15px;
	color: #aaaaaa;
	text-decoration: none;
}

.footer_copyrite {
	float: right;
}

.main_ad_container {
	width: 728px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.main_ad_container_link {
	float: right;
	color: #000;
	font-size: 13px;
}

#search_container {
	width: 208px;
	height: 12px;
	position: relative;
}

.search_input {
	float: left;
	top: -18px;
	position: relative;
	height: 18px;
	left: -10px;
	width: 161px;
	padding-left: 4px;
}

.search_button {
	float: right;
	position: absolute;
	width: 59px;
	height: 30px;
	top: 0px;
	right: 4px;
	padding: 0;
	border: none;
	background: none;
	font-family: 'Nunito', sans-serif;
	cursor: pointer;
	cursor: hand;
}

.homepage_header {
	color: black;
	font-size: 35px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 35px;
}

.homepage_button {
	color: white;
	background-color: #a4ce95;
	padding: 10px 15px 10px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 27px;
	display: block;
	vertical-align: middle;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	font-family: 'Nunito', sans-serif;
	width: 230px;
}

#homepage_screenshot {
	width: 770px;
	height: 443px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #ecf0f1;
	border-left: 1px solid #ecf0f1;
	border-right: 1px solid #ecf0f1;
	background-image: url("../img/sqworl_preview_8.png");
}

.homepage_screenshot_bottom {
	position: relative;
	width: 100%;
	border-bottom: 1px #cccccc;
	border-style: dotted;
	display: none;
}

#homepage_testimonial_container {
	width: 900px;
	top: 50px;
	position: relative;
}

.testimonial_box_container {
	width: 280px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.testimonial_box {
	width: 250px;
	background-color: #ecf0f1;
	color: black;
	position: relative;
	padding: 15px;
	min-height: 35px;
	line-height: 22px;
	font-size: 16px;
}

.testimonial_name_box {
	position: relative;
	margin-top: 15px;
}

.testimonial_main_name {
	color: #aaaaaa;
	font-size: 16px;
	font-weight: bold;
}

.testimonial_name_title {
	color: #aaaaaa;
	font-size: 14px;
	font-style: italic;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ecf0f1;
	margin: 0 0 0 110px;
	bottom: -15px;
	position: absolute;
}

.testimonial_face {
	width: 45px;
	height: 45px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 200px;
	margin-top: 25px;
	display: block;
	box-shadow: 0px 0px 5px #888888;
}


/* Dashboard Styles */

.sqworl_3_box_dash_container {
	width: 740px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.sqworl_dash_box_container {
	height: 189px;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
}

.sqworl_dash_box {
	width: 220px;
	height: auto;
	float: left;
	margin-bottom: 45px;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
	background-color: #eeeeee;
	list-style-type: none;
	z-index:2;
	display:block;
}

.sqworl_dash_box_follow {
	width: 220px;
	height: auto;
	float: left;
	margin-bottom: 45px;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
	background-color: #eeeeee;
	list-style-type: none;
	display:block;
}

.sqworl_dash_list {
	float: left;
	overflow: hidden;
}

.dash_box_top {
	position: relative;
	top: 10px;
	position: relative;
}

.dash_title {
	top: 0;
	left: 10px;
	position: relative;
	width: 190px;
	color: black;
	overflow: hidden;
}

.dash_drag {
	width: 5px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 10px;
	background-image: url("../img/drag-tiny.png");
	cursor: move;
}

.dash_copy_container {
	width: 170px;
	height: 12px;
	position: relative;
}

.dash_eye {
	float: left;
	padding-right: 3px;
	position: relative;
	top: -3px;
}

.dash_gear {
	float: right;
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}

.dash_shown_details_container {
	margin-top: 25px;
	left: 10px;
	width: 200px;
	font-size: 14px;
	position: relative;
}

.dash_shown_sub_details_container {
	height: 16px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
}

.dash_copy_input {
	float: left;
	top: -6px;
	position: relative;
	height: 18px;
	left: -10px;
	width: 132px;
	padding-left: 4px;
}

.copy_button {
	float: right;
	position: absolute;
	width: 50px;
	height: 30px;
	top: 8px;
	right: 3px;
	padding: 0;
	border: none;
	background: none;
	font-size: 13px;
	font-family: 'Nunito', sans-serif;
	cursor: pointer;
	cursor: hand;
}

.dash_extra_details {
	width: 170px;
	height: 30px;
	position: relative;
	margin-top: 10px;
	display:none;
}

.dash_desc {
	width: 177px;
	position: relative;
	top: -39px;
	left: 20px;
	height:1px;
}

.dash_extra_links {
	width: 200px;
	float: left;
	color: #aaaaaa;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 1px #cccccc;
	border-style: dotted;
	margin-bottom: 5px;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* Edit Styles*/

.sqworl_edit_box_container {
	height: 290px;
	float: left;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.sqworl_edit_img_box {
	width: 220px;
	height: 170px;
	float: left;
	margin-top:10px;
	margin-right: 13px;
	position: relative;
	background-color: #eeeeee;
	z-index:1;
}

.sqworl_edit_img_box img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.sqworl_box_image {
	cursor: move;	
}

.edit_input_container {
	position: relative;
	width: 217px;
}

.sqworl_edit_box {
	width: 220px;
	height: auto;
	float: left;
	margin-bottom: 45px;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
	list-style-type: none;
	display:block;
}

.edit_link_delete {
	position: absolute;
	right: -5px;
	top: 5px;
	z-index: 2;
	cursor: pointer;
	cursor: hand;
}

.edit_group_title {
	height: 30px;
	width: 712px;
	font-size: 23px;
	padding-left: 3px;
}

#edit_group_desc_input_container {
	width: 740px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.edit_group_desc_input {
	resize: none;
	width: 99%;
	height: 45px;
	font-size: 14px;
}

.edit_title_input {
	position: relative;
	left: 10px;
	width: 195px;
	margin-top: 3px;
}

.edit_desc_input {
	resize: none;
	position: relative;
	left: 10px;
	width: 195px;
	height: 42px;
	margin-top: 5px;
}

.edit_submit_button {
	color: white;
	background-color: #a4ce95;
	padding: 10px 15px 10px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 27px;
	display: block;
	vertical-align: middle;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 5px;
	width: 230px;
	font-family: 'Nunito', sans-serif;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.visit_group_edit_container {
	width: 230px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}

#add_url_container {
	width: 682px;
	height: 12px;
	position: relative;
	margin-left: 93px;
	margin-top: 10px;
}

.add_url_button {
	color: white;
	background-color: #a4ce95;
	padding: 10px 15px 10px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	display:inline-block;
	vertical-align:middle;
}

.add_url_input {
	float: left;
	top: -18px;
	position: relative;
	height: 18px;
	left: -10px;
	width: 630px;
	padding-left: 4px;
}

.add_new_url_button {
	float: right;
	position: absolute;
	width: 59px;
	height: 30px;
	top: 0px;
	right: 4px;
	padding: 0;
	border: none;
	background: none;
	font-family: 'Nunito', sans-serif;
	cursor: pointer;
	cursor: hand;
}

#password_input_container {
	width: 208px;
	height: 12px;
	position: relative;
	margin-top: 15px;
	left: 297px;
	display: none;
}

.password_text_input {
	float: left;
	top: -33px;
	position: relative;
	height: 18px;
	left: -10px;
	width: 161px;
	padding-left: 4px;
}

.edit_bottom_button_container {
	position: relative;
}

.visit_edit_group_link {
	color: black;
}

/* Alerts and Dialogs */
#alert_container {
	margin-top:25px;
}
.alert-box {
	border-style: solid;
	border-width: 2px;
	display: block;
	font-weight: normal;
	margin-bottom: 1.25rem;
	position: relative;
	padding: 0.875rem 1.5rem 0.875rem 0.875rem;
	font-size: 0.8125rem;
	transition: opacity 300ms ease-out;
	background-color: #3498db;
	border-color: #2385c6;
	color: white;
}
.alert-box .close {
	font-size: 1.375rem;
	padding: 9px 6px 4px;
	line-height: 0;
	position: absolute;
	top: 50%;
	text-decoration: none;
	margin-top: -0.6875rem;
	right: 0.25rem;
	color: #333333;
	opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
	opacity: 0.5;
}
.alert-box.radius {
	border-radius: 3px;
}
.alert-box.success {
	background-color: #2ecc71;
	border-color: #28af61;
	color: white;
}

.alert-box.alert {
	background-color: #e74c3c;
	border-color: #df2e1b;
	color: white;
}

.alert-box.warning {
	background-color: #f08a24;
	border-color: #de770f;
	color: white;
}
.alert-box.info {
	background-color: #a0d3e8;
	border-color: #74bfdd;
	color: #45585d;
}
.alert-box.alert-close {
	opacity: 0;
}

.edit_additional_features_container {
	position: relative;
	left: 12px;
	height: 24px;
	width: 50px;
	margin-top: 3px;
}

.colorPaletteContainer {
	cursor: pointer;
	cursor: hand;
}

.imgUploadContainer img {
	margin-right: 5px;
}

.palettePicker {
	width: 90px;
	height: 87px;
	position: relative;
	background-color: #eaeaea;
	left: -6px;
	top: -100px;
	box-shadow: 1px 1px 1px #b3b3b3;
	z-index: 1;
	display: none;
}

.palettePickerContainer {
	width: 78px;
	display: inline-block;
	position: relative;
	left: 6px;
	top: -18px;
}

.paletteColor {
	width: 20px;
	height: 20px;
	float: left;
	margin: 1px;
	border: 2px solid white;
	box-shadow: 1px 1px 1px #ccc;
	cursor: pointer;
	cursor: hand;
}

.palette-arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ecf0f1;
	margin: 0 0 0 34px;
	bottom: -10px;
	position: absolute;
}

.imgUpload, .imgUploadRemove {
	cursor: pointer;
	cursor: hand;
}

/* New Stats Styles */

.stats_group_title {
	color: black;
	text-decoration: none;
}

#stats_header_container {
	width: 100%;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.total_views {
	position: relative;
	text-align: center;
	font-size: 45px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.total_views_subtext {
	position: relative;
	text-align: center;
	font-size: 15px;
	color: #cccccc;
	margin-left: auto;
	margin-right: auto;
}

#no_graph_share {
	margin-top: 35px;
}

.no_graph_txt {
	text-align: center;
	font-size: 20px;
}

#accordion li {
	padding-bottom: 10px;
}

/* Search Styles */

.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}

.am-container img {
	z-index: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.sqworl_search_txt_container {
	position: absolute;
	z-index: 2;
}

.search_title_header {
	font-style: italic;
}

.sqworl_search_txt_container a {
	text-decoration: none;
	color: black;
}

.sqworl_search_title {
	position: relative;
	padding: 5px;
	width: 100%;
}

.sqworl_search_desc {
	position: relative;
	padding: 5px;
	font-size: 14px;
	color: #5e5e5e;
}

.sqworl_search_box {
	width: 200px;	
	float: left;
	margin-bottom: 15px;
	margin-left: 13px;
	margin-right: 13px;
	position: relative;
	overflow: hidden;
	overflow-y:hidden;
	border: 3px solid #eeeeee;
	height: 125px;
}

.animation_image {
	background: #F9FFFF;
	border: 1px solid #E1FFFF;
	padding: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

/* Login */

#login_container {
	width: 310px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

.tiny_guy {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.login_input {
	position: relative;
}

.login_form_input {
	width: 300px;
	height: 25px;
	font-size: 18px;
	padding-left: 5px;
}

#login_form {
	position: relative;
}

.login_submit {
	color: white;
	background-color: #a4ce95;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 59px;
	height: 30px;
	top: 10px;
	left: 55px;
	padding: 0;
	border: none;
	width: 200px;
	font-size: 18px;
	height: 36px;
	cursor: pointer;
	cursor: hand;
}

.forgot_pass_link {
	color: black;
	font-size: 12px;
	position: relative;
	top: 90px;
	left: 91px;
	margin-bottom: 45px;
}

/* Register */

#register_container {
	width: 310px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

#register_form {
	position: relative;
}

.register_input {
	position: relative;
}

.register_submit {
	color: white;
	background-color: #a4ce95;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 59px;
	height: 30px;
	top: 15px;
	left: 55px;
	padding: 0;
	border: none;
	width: 200px;
	font-size: 18px;
	height: 36px;
	cursor: pointer;
	cursor: hand;
}

.register_form_input {
	width: 300px;
	height: 25px;
	font-size: 18px;
	padding-left: 5px;
}

.login_instead_link {
	color: black;
	font-size: 12px;
	position: relative;
	top: 90px;
	left: 65px;
	margin-bottom: 45px;
}

.reg-terms {
	position: relative;
	font-size: 14px;
	top: 40px;
	text-align: center;
}

.reg-terms a {
	color: black;
}

/* Explorer */
#explorer_container {
	width: 100%;
	overflow: hidden;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
	  Helvetica, Arial, "Lucida Grande", sans-serif;
}

#explorer_iframe {
	width: auto;
	height: 100%;
	float:left;
}

#explorer_sidebar {
	width: 385px;
	border-left: 1px solid black;
	height: 100%;
	float: right;
}

#explorer_header_section {
	position: relative;
	padding: 10px;
}

#explorer_details_container {
	width: 355px;
	padding:25px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}

.explorer_group_title {
	font-size: 25px;
}

.explorer_group_attribution {
	font-size: 13px;
	margin-left: 3px;
}

.explorer_facebook {
	position: relative;
	top: 23px;
	width: 129px;
}

.explorer_twitter {
	position: relative;
	left: 135px;
}

#explorer_ad_box {
	padding: 10px;
}

.explorer_logo {
	background-image: url("../img/tiny_sqworl.png");
	width: 75px;
	height: 58px;
	position: relative;
}

.explorer_logo_text {
	position: absolute;
	left: 135px;
	top: 29px;
	font-size: 21px;
}

.explorer_logo_exit {
	position: absolute;
	top: 9px;
	right: 9px;
}

.link-box {
	position: relative;
	padding: 10px;
	height: 95px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}

.link-box:hover
{ 
	background-color:#f7f7f7;
}

.explorer_photo_frame {
	padding:3px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 1px 1px 1px;
	background-color:white;
}

.explorer_link_title {
	width: 225px;
	position: relative;
	top: -106px;
	left: 136px;
	padding-top: 10px;
	font-size: 17px;
}

.explorer_link_desc {
	width: 225px;
	position: relative;
	top: -100px;
	left: 136px;
}

/* Account Settings */

#account_container {
	width: 740px;
	position: relative;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: visible;
}

.pro_account_title {
	font-weight: bold;
}

.account_section {
	margin-bottom: 35px;
}

#email_update_container {
	width: 208px;
	height: 12px;
	margin-top: 23px;
	position: relative;
}

.conact_email_title {
	position: absolute;
}

.pro_table {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pro_price_title {
	font-weight: bold;
	padding-bottom: 4px;
}

.cng_pass_item {
	margin-top: 6px;
}

.contentf {
	color: black;
	background-color: #ddd;
	padding: 10px;
	margin-right: 10px;
}

/* About */

#about_container {
	width: 740px;
	position: relative;
	margin-top: 25px;
	font-size: 20px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
}

#about_container p {
	margin-bottom: 25px;
}

/* Upgrade */

#upgrade_container {
	width: 740px;
	position: relative;
	margin-top: 25px;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
}

#upgrade_container ul {
	line-height: 27px;
}

.boldify {
	font-weight: bold;
}

/* Bookmarklet */

#bookmarklet_container {
	width: 740px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}