/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
	height: 100%;
	min-width: 961px;
	background: #000 url(../_images/html_tile.gif) repeat-y center 0;
}

body {
	height: 100%;
}

h1 {
	/* good place to define a font-family */
	font-size: 2.6em;
	color: #ded8cf;
	font-family: "Trebuchet MS";
	margin-bottom: 15px;
}

h2 {
	color: #9f8570;
	font-size: 1.8em;
	line-height: 1.4;
	font-family: "Trebuchet MS";
}

h3, h4, h5, h6 {
	margin-top: 2.2em;
	/* color: #333; */
	font-size: .8em;
	line-height: 1.4;
}

h4, h5, h6 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	/* good place to define typical font-size, line-height and margins */
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #BBB2A5;
	font-family: "Helvetica", Arial;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	font-family: "Helvetica", Arial;
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	font-family: "Helvetica", Arial;
	color: #9f8570;
}

a:hover,
a:active {
	color: #ffffff;
}

.haeder{
	/* good place to define typical font-size, line-height and margins */
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #797475;
	font-family: "Helvetica", Arial;
}



/* FORMS
====================================================================== */

form {
	margin: 40px 33px 40px 0;
	padding: 0 2px 14px 0;
	width: 525px;
	color: #797475;
	overflow: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: url(../_images/form_bg.gif) no-repeat right bottom;
}

body#section_review form {
background: url(../_images/form_bg_request.gif) no-repeat right bottom;
}

div#recipient {
	float: left;
	width: 195px;
	height: 250px;
	font-size: 12px;
	margin: 0 20px 0 0;
	font-family: "Helvetica", Arial;
	border-right: 2px solid #1d1a1c;
	background: #0c0c0c;
}
div#recipient label.Blue {
    color: #990000;
    line-height: normal;
    margin-bottom: 0;
}
.Content label.trigger {
    display: inline;
    color: #660000;
    line-height: normal;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}
label.trigger:hover {
    color: #990000;
}


.Default {
	color: #990000;
	margin-bottom: 15px;
}

div#recipient strong {
	position: relative;
	top: 2px;
	font-size: 12px;
}

div#recipient span {
	font-size: 10px;
	font-style: italic;
	margin:0 0 15px 55px;
	display: block;
}

input.Radio {
	margin: 0 5px 10px 40px;
}

div#recipient h3 {
	font-size: 16px;
	margin: 20px 0 40px 20px;
	font-family: "Helvetica", Arial;
	font-weight: normal;
	color: #e1ddce;
}

body#section_review div#message_content {
	margin-left: 25px;
}

div#message_content {
	margin-top: 20px;
	overflow: auto;
}

div#message_content label {
	float: left;
	margin-right: 15px;
	font-size: 10px;
	color: #797475;
}

div#message_content input#name,
div#message_content input#email {
	background: none;
	border: 1px solid #343234;
	padding: 7px 7px;
	color: #8a8984;
	font-size: 11px;
	width: 119px;
	display: block;
}

body#section_review div#message_content input#name,
body#section_review div#message_content input#email {
	width: 217px;
}

div.Row {
	width: 305px;
	overflow: auto;
}

body#section_review div.Row {
	width: 500px;
}

div#message_content textarea {
	display: block;
	width: 267px;
	height: 70px;
	padding: 10px;
	margin-top: 2px;
	background: none;
	color: #c6c2bc;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #343234;
}

body#section_review div#message_content textarea {
	width: 459px;
	height: 40px;
}

div#honeypot {
	display: none;
}

label.inlineLabel {
	margin-right: 43px !important;
	position: relative;
	top: 5px;
}

label.inlineLabel input {
	margin-right: 10px;
}

body#section_review .Submit {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

.Submit {
	border: 0;
	color: #2d80b9;
	cursor: pointer;
	font-size: 12px;
	padding: 6px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: #1a181a;
}

.Submit:hover,
.Submit:active {
	color: #49b2e7;
}

p.Msg {
	position: relative;
	display: block;
	text-align: center;
	width: 559px;
	top: -40px;
	left: 0;
	margin: 0;
}

p.Msg strong {
	color:  #8b0a0c;
}

/* CONTAINERS
====================================================================== */
#wrapper {
	/* use this to center your site, width is required */
	margin: 0 auto;
	padding: 0 15px;
	width: 930px;
	height: 100%;
	position: relative;
	background: url(../_images/background_gradient.gif) no-repeat 15px 0;
}

#main {
	width: 560px;
}

#header {
	overflow: hidden;
}

#header h1 {
	height: 76px;
	width: 221px;
	position: absolute;
	left: 15px;
	top: 10px;
	background: url(../_images/logo.png) no-repeat 0 0;
}

#header h1 a:link,
#header h1 a:visited {
	height: 76px;
	width: 221px;
	display: block;

}

#header h1 a span {
	display: none;
}

.Content {
	padding: 20px 0px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #1d1d1d;
	border-width: 1px 0 1px 1px;
	background: #0f0f0f;
	overflow: auto;
}

.Content h1,
.Content p {
	text-align: right;
	display: block;
	width: auto;
	margin-right: 35px;
	padding-left: 30px;
	float: right;	
}

body#section_apps .Content h1,
body#section_apps .Content p {
	text-align: right;
	display: block;
	width: 314px;
	margin-right: 35px;
	padding-left: 0;
	float: right;
}

#features {
	padding-top: 3px;
	margin-left: 20px;
	width: 160px;
}

#features ul {
	color: #9f8570;
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3;
	list-style: none;
}

#features li {
	margin-top: 10px;
	padding-left: 20px;
	background: url(../_images/bullet.gif) no-repeat 0 3px;
}

#button_bar {
	overflow: auto;
	clear: both;
	margin-top: 15px;
	border: 1px solid #1d1d1d;
	border-width: 1px 0 0px;
}

#button_bar a:link,
#button_bar a:visited {
	color:  #8b8b8b;
	display: block;
	float: right;
	padding: 25px 35px 25px 60px;
	max-width: 100px;
	overflow: hidden;
	line-height: 1.2;
	text-align: left;
	font-size: 1.1em;
	white-space: nowrap;
}

#button_bar a:hover span,
#button_bar a:active span,
#button_bar a:hover,
#button_bar a:active {
	color: #FFF !important;
	background-position: 20px -34px !important;
}

#button_bar a span {
	display: block;
	font-weight: bold;
	color: #c1c1c1;
	font-size: 1.4em;
}

#button_bar a.Blue span {
	color: #9f8570;
}

#button_bar a.Blue {
	border-left: 1px solid #1d1d1d;
	background: url(../_images/button_download.gif) no-repeat 20px 24px;
}

#button_bar a.Bronze span {
	color: #a9a193;
}

#button_bar a.Bronze {
	background: url(../_images/button_watch.gif) no-repeat 20px 24px;
}

#button_bar a.White span {
	color: #d0d0d0;
}

#button_bar a.White {
	border-right: 1px solid #1d1d1d;
	background: url(../_images/button_review.gif) no-repeat 20px 24px;
}

/* HOME
====================================================================== */


body#section_home #carousel {
	padding: 0;
	width: 560px;
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-width: 1px 0 1px 1px;
	*/
	/*border: 1px solid #404040;
		border-width: 1px 0 1px 0;*/

}


#app_bar {
	margin: 0 0 40px 0;
}

#app_bar div a:link,
#app_bar div a:visited {
	display: block;
	width: 77px;
	margin: 35px 30px;
	font-size: 11px;
	float: left;
	text-align: center;
	color: #a4a4a4;
	font-weight: bold;
}

#app_bar div a:hover,
#app_bar div a:active {
	color: #fff;
}

#app_bar div a img {
	margin-bottom: 10px;
}

#app_bar div {
	border-bottom: 1px solid #313131;
}


/* SIDEBARS
====================================================================== */

div#sidebar {
	width: 369px;
	min-height: 664px;
	position: absolute;
	top: 0;
	left: 576px;
}

div.abnehmen {
		background: url(../_images/app_sidebar_abnehmen.jpg) no-repeat 0 0;
}

div.selbstverteidigung {
		background: url(../_images/app_sidebar_selbstverteidigung.jpg) no-repeat 0 0;
}

div.boxen {
		background: url(../_images/boxen.jpg) no-repeat 0 0;
}

div.personal_training {
		background: url(../_images/personal_training.jpg) no-repeat 0 0;
}

div.abnehmen {
		background: url(../_images/abnehmen.jpg) no-repeat 0 0;
}
div.massage {
		background: url(../_images/massage.jpg) no-repeat 0 0;
}
div.angebot {
		background: url(../_images/angebot.jpg) no-repeat 0 0;
}
div.kontakt {
		background: url(../_images/kontakt.jpg) no-repeat 0 0;
}

div.power_workouts {
		background: url(../_images/power_workouts.jpg) no-repeat 0 0;
}

div.power_workouts_gurt {
		background: url(../_images/power_workout_gurt.jpg) no-repeat 0 0;
}

div.home_igor {
		background: url(../_images/home_igor.jpg) no-repeat 0 0;
}

div.massage {
		background: url(../_images/massage.jpg) no-repeat 0 0;
}

div.boxen_anfenger {
		background: url(../_images/boxen_anfenger.jpg) no-repeat 0 0;
}

div.boxen_selbstverteidigung {
		background: url(../_images/selbstverteidigung.jpg) no-repeat 0 0;
}


div#iphone {
	width: 247px;
	height: 367px;
	position: relative;
    margin: 126px auto 0 61px;
}
#section_about_and_contact div#iphone {
    background: url('../_images/iphone_bg.jpg') 4px 3px no-repeat;	
}
#section_review div#iphone {
    background: url('../_images/iphone_review.jpg') 4px 3px no-repeat;	
}
div#iphone .movieHolder {
    width: 240px;
    position: relative;
    top: 4px;
    margin: 0 0 0 4px;
}
div#iphone .mail {
    position: absolute;
    height: 52px;
    width: 53px;
    left: 73px;
    top: 294px;
    background: url('../_images/mail_with_badge.jpg') left top no-repeat;
    z-index: 1;
}
div#iphone img {
    left:64px;
    top:93px;
    width:120px;
    height:180px;
    position:absolute;
    display:none;
    opacity:0;
    z-index: 100;
}
div#social_media {
	position: absolute;
	top: 650px;
	right:0px;
	width:360px;
}

#social_media a:link,
#social_media a:visited {
	display: block;
	height: 30px;
	width: 25%;
	float: left;
}

#social_media a:hover {
	background-position: center -36px;
}

#social_media a span {
	display: none;
}

a#digg {
	background: url(../_images/icon_digg.gif) no-repeat center 0;
}

a#twitter_link {
	background: url(../_images/icon_twitter.gif) no-repeat center 0;
}

a#twitter_link:hover {
	background-position: center -32px;
}

a#facebook {
	background: url(../_images/icon_facebook.gif) no-repeat center 0;
}

a#stumbleupon {
	background: url(../_images/icon_stumble.gif) no-repeat center 0;
}

a#mail {
	background: url(../_images/icon_mail.gif) no-repeat center 5px;
}

a#mail:hover {
	background-position: center -38px;
}

/* NAVIGATION
====================================================================== */
ul#nav,
ul#apps {
	/* use this for centered navigation */
	margin: 0;
	padding-right: 35px;
	list-style-type: none;
	text-align: right;
	float: right;
	clear: both;
}

ul#nav {
	margin-top: 50px;
	margin-bottom: 55px;
}

#nav li {
	display: block;
	float: left;
	margin-left: 13px;
}

#nav li a:link,
#nav li a:visited {
	padding: 5px !important;
	line-height: 1;
	font-size: 12px;
	display: block;
	color: #9f8570;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #1d1d1d;
	background: #000;
}

#nav li.Last a:link,
#nav li.Last a:visited {

}

#nav li a:hover,
#nav li a:active,
#nav li.Current a:link,
#nav li.Current a:visited {
	border-color: #5d0b13;
}


/* APPS
====================================================================== */

ul#apps {
	margin: 32px 0 0px;
	padding: 22px 35px 18px 0;
	height: 40px;
}

/* incr: 58px */
ul.kontakt {
    background: url(../_images/nav_new.png) no-repeat -1px 0px;
}
ul.boxen_anfenger {
    background: url(../_images/nav_new.png) no-repeat 57px 0px;
}
ul.abnehmen {
	background: url(../_images/nav_new.png) no-repeat 115px 0px;
}
ul.selbstverteidigung {
    background: url(../_images/nav_new.png) no-repeat 173px 0px;
}
ul.massage {
    background: url(../_images/nav_new.png) no-repeat 231px 0px;
}
ul.angebot {
    background: url(../_images/nav_new.png) no-repeat 289px 0px;
}

ul#apps li {
	display: block;
	float: left;
	margin-left: 20px;
}

#apps li a {
	display: block;
	width: 38px;
	height: 37px;
}

#apps li a span {
	display: none;
}

a.kontakt {
	background: url(../_images/app_kontakt.gif) no-repeat 0 0;
}

a.boxen_anfenger {
	background: url(../_images/app_boxen_anfenger.gif) no-repeat 0 0;
}

a.abnehmen {
	background: url(../_images/app_abnehmen.gif) no-repeat 0 0;
}

a.selbstverteidigung {
	background: url(../_images/app_selbstverteidigung.gif) no-repeat 0 0;
}

a.massage {
	background: url(../_images/app_massage.gif) no-repeat 0 0;
}

a.angebot {
	background: url(../_images/app_angebot.gif) no-repeat 0 0;
}

ul.kontakt li a.kontakt,
ul.boxen_anfenger li a.boxen_anfenger,
ul.abnehmen li a.abnehmen,
ul.selbstverteidigung li a.selbstverteidigung,
ul.massage li a.massage,
ul.angebot li a.angebot,
ul#apps li a:hover {
	background-position: left bottom !important;
}

/* TESTIMONIALS
====================================================================== */

#testimonials {

}

#testimonials div {
	width: 243px;
	margin:30px 37px 0 0;
	float: left;
}

#testimonials blockquote {
	padding: 8px 0 0;
	margin-bottom: 20px;
	font-size: 1.1em;
	background: url(../_images/blockquote_top.gif) no-repeat 0 0;
}

#testimonials blockquote a {
	color: #797474;
	padding: 0;
	margin: 0;
}

#testimonials blockquote span {
	padding: 10px 20px;
	margin: 0;
	background: url(../_images/blockquote_tile.gif) repeat-y 0 0;
	display: block;
	color: #95918d;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

#testimonials cite {
	font-style: normal;
	padding: 0 10px 25px;
	margin: 0;
	background: url(../_images/blockquote_bottom.gif) no-repeat -3px 0;
	color: #797474;
}

#testimonials cite span {
	display: inline;
	font-weight: normal;
	font-style: normal;
	padding: 0 5px 0 0;
	color: #95918d;
}

#testimonials a cite span {
	padding: 0 15px 0 0;
	color: #9f8570;
	background: url(../_images/arrow.gif) no-repeat right 2px;
}

#testimonials blockquote a:hover cite span,
#testimonials blockquote a:active cite span {
	color: #ffffff;
	background: url(../_images/arrow.gif) no-repeat right -9px;
}

/* BLOG
====================================================================== */

body#section_apps #nav {
	margin-bottom: 0; /* MOVE */
}


body#section_blog .Content {
	padding-bottom: 25px;
	margin-bottom: 45px;
}


body#section_blog .Content img {
	float: left;
	margin: 5px 40px 40px 0;
}

body#section_about_and_contact .Content a:link,
body#section_blog .Content a:visited {
	font-weight: bold;
}
body#section_about_and_contact label a {
    font-size: 13px;
}

body#section_about_and_contact p.PostData {
	color: #5f5954;
	width: 400px;
	font-size: 1.1em;
}

p.PostData a:link,
p.PostData a:visited {
	color: #cfcfcf;
	padding: 2px 23px 1px 10px;
	background: url(../_images/comment_bubble.gif) no-repeat right top;
}

p.PostData span {
	display: none;
}

body#section_home #sidebar {
    background: url(../_images/sidebar_background.gif) no-repeat 0 0;
    min-height: 600px;
}


#twitter {
	padding-left: 33px;
	padding-top: 18px;
	padding-bottom: 11px;
	position: relative;
	background: url(../_images/twitter_bird.gif) no-repeat 25px 31px;
}

a#bird {
	display: block;
	height: 35px;
	width: 40px;
	position: absolute;
	top: 44px;
	left: 26px;
}

#twitter a:link,
#twitter a:visited {
	position: absolute;
	bottom: 12px;
	right: 15px;
	color: #4a4440;
}

#twitter a:hover,
#twitter a:active {
	color: #488db2 !important;
}

#twitter blockquote {
	background: url(../_images/twitter_bubble.gif) no-repeat 0 0;
	padding: 15px 15px 15px 33px;
	width: 198px;
	height: 65px;
	position: relative;
	left: 40px;
	top: 10px;
}

#twitter blockquote span {
	color: #c0bcb6;
	margin: 0;
	line-height: 17px;
	display: block;
	font-size: 10px;
	font-family: 'Helvetica', Arial;
}

ul.tweet_list {
	margin: 0 !important;
}

#twitter span.tweet_join {
	display:  none;
}

#sidebar #twitter span.tweet_text a {
	position: static;
	color: #ccc !important;
}

#sidebar #twitter span.tweet_text a:hover {
	color: #fff !important;
}

#sidebar #twitter li {
	padding-left: 0px;
	margin-bottom: 0;
	position: static;
	background: none;
}

#sidebar #twitter li.tweet_first a {
	display: none;
}

#sidebar #twitter li.tweet_first span a {
	display: inline;
}

#sidebar h3 {
	color: #b11b28;
	font-size: 1.8em;
	font-family: "Trebuchet MS", "Helvetica", Arial;
	margin: 18px 0 12px 38px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 0 38px;
}

#sidebar li {
	padding-left: 15px;
	margin-bottom: 13px;
	position: relative;
	background: url(../_images/bullet_sidebar.gif) no-repeat 0 5px;
}

#sidebar li a:link,
#sidebar li a:visited {
	color: #6b655e;
	font-size: 10px;
    line-height: 15px;
    display: block;
}

#sidebar li a span {
    display: block;
    margin: 0;
    font-weight: bold;
    color: #a3917d;
	font-family: 'Helvetica', Arial;
}

#sidebar li a:hover {
	color: #a3917d;
}

#sidebar li a:hover span {
	color: #fff;
}



/* SIDE BAR PROMO BUTTONS
======================================================================*/

#sidebar ul#promo_links {
	list-style: none;
	margin: 80px 0 0 38px;
}

#sidebar ul#promo_links li {
	padding-left: 38px;
	margin-bottom: 23px;
	position: relative;
	background-image: url(../_images/button_help_2.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#sidebar ul#promo_links li:hover {
	background-position: 0 -58px;
}

#sidebar ul#promo_links li.NeedHelp {
	background-image: url(../_images/button_help_2.gif);
}

#sidebar ul#promo_links li.BloggersWanted {
	background-image: url(../_images/button_blogger_2.gif);
}

#sidebar ul#promo_links li.WinStuff {
	background-image: url(../_images/button_win_2.gif);
}

#sidebar ul#promo_links li a:link,
#sidebar ul#promo_links li a:visited {
	color: #DDD8CC;
	font-size: 14px;
	font-weight: bold;
    line-height: 16px;
    display: block;
}

#sidebar ul#promo_links li.NeedHelp a:link,
#sidebar ul#promo_links li.NeedHelp a:visited {
	color: #a73228;
}

#sidebar ul#promo_links li.BloggersWanted a:link,
#sidebar ul#promo_links li.BloggersWanted a:visited {
	color: #487d9d;
}

#sidebar ul#promo_links li.WinStuff a:link,
#sidebar ul#promo_links li.WinStuff a:visited {
	color: #d06e3a;
}


#sidebar ul#promo_links li a span {
    display: block;
    margin: 0;
	font-size: 11px;
	font-weight: normal;
    color: #7F7F7F;
	font-family: 'Helvetica', Arial;
}

#sidebar ul#promo_links li:hover a,
#sidebar ul#promo_links li:hover span {
	color: #fff !important;
}

/* ABOUT
====================================================================== */

body#section_about_and_contact #sidebar,
body#section_review #sidebar {
background: url(../_images/sidebar_about.gif) no-repeat 0 0;
}

body#section_review #sidebar address,
body#section_about_and_contact #sidebar address {
	position: relative;
    margin: 119px auto 0 85px;
	font-size: 17px;
	display: block;
	width: 195px;
	text-align: center;
}

body#section_review #sidebar address a:link,
body#section_review #sidebar address a:visited,
body#section_about_and_contact #sidebar address a:link,
body#section_about_and_contact #sidebar address a:visited {
	display: block;
	font-size: 12px;
	text-align: left;
	margin-top: 8px;
	padding: 13px 0 0 40px;
	border-top: 1px solid #262626;
	background: url(../_images/googlemap.gif) no-repeat left 14px;
}

body#section_review #sidebar address a:hover,
body#section_review #sidebar address a:active,
body#section_about_and_contact #sidebar address a:hover,
body#section_about_and_contact #sidebar address a:active {
	background-position: left -34px;
}

/* FOOTER
====================================================================== */

#footer {
	padding: 0px 0 10px;
	width: 930px;
	margin: 20px auto 0px;
	clear: both;
	height: 38px;
}

#footer p {
	margin: 0 0 0;
    display: inline-block;
	width: auto;
	display: block;
	color: #afa599;
	font-size: 13px;
    padding: 0 15px 0 0;
    float: left;
}
#footer .items {
    display: inline-block;
    height: 17px;
    width: auto;
    padding: 10px 15px 10px;
    background: #0e0e0e;
    border: 1px solid #1d1d1d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#fanbox_holder {
    float: left;
    width: 250px;
    height: 27px;
    overflow: hidden;
    padding: 0 0 0 20px;
    background: url('../_images/connect_favicon.png') left 50% no-repeat;
}
#fanbox {
    border: none;
    width: 270;
    height: 27px;
    padding: 0;
}
* {margin:0;padding:0;}

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#main_block {padding-bottom: 40px;
}  /* must be same height as the footer */



/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* CUSTOM CLASSES
====================================================================== */

.Tagline {
	font-weight: bold;
	color: #d2ccc2;
	font-style: italic;
}

.ClearBoth {
	clear: both;
	border: 0 !important;
}

/* share form */
.share_form {
    background: none;
    margin: 20px 33px 40px 0;
}
.share_form h1 {
    text-align: right;
    padding: 0;
}
.share_form h2 {
    float: right;
    margin: 10px 0;
    font-size: 16px;
    color: #49B2E7;
    width: 400px;
    text-align: right;
}
.share_form label input {
    background: #0C0C0C;
    border: solid 1px #343234;
    border: 1px solid #343234;
    padding: 7px 15px;
    color: #8a8984;
    font-size: 11px;
    width: 105px;
}
.share_form .Submit {
    background:#0C0C0C;
    border: 1px solid #343234;
}
.share_form .Submit:hover {
    border-color: #2D80B9;
}
.share_form label {
    font-size:14px;
    font-weight:bold;
}
.share_form fieldset {
    float: right;
    clear: both;
    margin: 10px 0;
}
.share_form .share_method {
    font-size:20px;
    float:right;
    margin:10px 0;
}

.share_form .error ul {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #1d1d1d;
    background: #160505;
    padding: 8px 15px;
    width: 431px;
    float: right;
}
.share_form .error li, .share_form .error ul {
    text-align: right;
    color: #9D0B13;
    list-style-type: none;
}
.share_form .friends {
    width: 486px;
}
.share_form .friends label {
    float: left;
    padding: 0 0 0 25px;
}
.share_form .friends input {
    display: block;
}


