@charset "utf-8";

.main-content .left-content .sub-heading
{
	border-bottom: 2px solid #323232;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 30px 0 0 0;
}

.main-content .left-content .sub-heading .icon
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 40px;
}

.main-content .left-content .sub-heading.yahoo .icon
{
	background-image: url('/images/yahoo-button-bkg.png');
	background-repeat: repeat-x;
	background-size: 1px 40px;
	border: 1px solid #dddddd;
}

.main-content .left-content .sub-heading.yahoo .icon div
{
	background-image: url('/images/yahoo-icon-80x80.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	height: 100%;
	width: 100%;
}

.main-content .left-content .sub-heading.twitter .icon
{
	background-color: #55acee;
	background-image: url('/images/twitter-icon-80x80.png');
}

.main-content .left-content .sub-heading.facebook .icon
{
	background-image: url('/images/facebook-icon-80x80.png');
}

.main-content .left-content .steps
{
	margin: 20px 20px 0 20px;
}

.main-content .left-content .steps .step
{
	border-radius: 5px;
	line-height: 22px;
	overflow: hidden;
}

.main-content .left-content .steps .step .label
{
	color: #ffffff;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 0;
	text-align: center;
	width: 100px;
}

.main-content .left-content .steps .step .content
{
	float: left;
	padding: 10px;
	width: 538px;
}

.main-content .left-content .steps .step .content .error
{
	color: #ff0000;
	margin: 10px 0;
}

.main-content .left-content .steps .step .content .box
{
	background-color: #feefd7;
	margin: 10px 0 0 0;
	padding: 10px;
}

.main-content .left-content .steps .step .content .box table
{
	margin: 0 auto;
}

.main-content .left-content .steps .step .content .box table tbody tr th
{
	padding: 5px;
	text-align: right;
}

.main-content .left-content .steps .step .content .box table tbody tr td
{
	padding: 5px;
}

.main-content .left-content .steps .step .content .box table tbody tr td input
{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}

.main-content .left-content .steps .step .content .box .button
{
	margin: 10px auto;
	width: 203px;
}

.main-content .left-content .steps .step .content .box .button button
{
	background: transparent;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	height: 40px;
	overflow: hidden;
}

.main-content .left-content .steps .step .content .box .button button .icon
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-right: 1px solid #ffffff;
	float: left;
	height: 40px;
	padding: 0;
	width: 40px;
}

.main-content .left-content .steps .step .content .box .button button .text
{
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 162px;
}

.main-content .left-content .steps .step .content .box .recover
{
	text-align: center;
}

.main-content .left-content .steps .arrow
{
	font-size: 24px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 101px;
}

.main-content .left-content .steps.yahoo .arrow
{
	color: #f9c445;
}

.main-content .left-content .steps.yahoo .step
{
	background-color: #f9c445;
	border: 1px solid #f9c445;
}

.main-content .left-content .steps.yahoo .step .content
{
	background-color: #ffffff;
}

.main-content .left-content .steps.yahoo .step .content .icon
{
	background-image: url('/images/yahoo-icon-53x28.png');
	background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 14px;
	padding: 0 0 0 28px;
}

.main-content .left-content .steps.yahoo .step .content .box .button button
{
	background-image: url('/images/yahoo-button-bkg.png');
	background-repeat: repeat-x;
	background-size: 1px 40px;
	border: 1px solid #dddddd;
}

.main-content .left-content .steps.yahoo .step .content .box .button button .icon
{
	background-image: url('/images/yahoo-icon-80x80.png');
	height: 38px;
	line-height: 38px;
}

.main-content .left-content .steps.yahoo .step .content .box .button button .text
{
	color: #898989;
	height: 38px;
	line-height: 38px;
	width: 160px;
}

.main-content .left-content .steps.twitter .arrow
{
	color: #55acee;
}

.main-content .left-content .steps.twitter .step
{
	background-color: #55acee;
	border: 1px solid #55acee;
}

.main-content .left-content .steps.twitter .step .content
{
	background-color: #ffffff;
}

.main-content .left-content .steps.twitter .step .content .icon
{
	background-image: url('/images/twitter-icon-34x28.png');
	background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 14px;
	padding: 0 0 0 19px;
}

.main-content .left-content .steps.twitter .step .content .box .button button
{
	background-color: #55acee;
}

.main-content .left-content .steps.twitter .step .content .box .button button .icon
{
	background-image: url('/images/twitter-icon-80x80.png');
}

.main-content .left-content .steps.facebook .arrow
{
	color: #3b579d;
}

.main-content .left-content .steps.facebook .step
{
	background-color: #3b579d;
	border: 1px solid #3b579d;
}

.main-content .left-content .steps.facebook .step .content
{
	background-color: #ffffff;
}

.main-content .left-content .steps.facebook .step .content .icon
{
	background-image: url('/images/facebook-icon-28x28.png');
	background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 14px;
	padding: 0 0 0 16px;
}

.main-content .left-content .steps.facebook .step .content .box .button button
{
	background-color: #3b579d;
}

.main-content .left-content .steps.facebook .step .content .box .button button .icon
{
	background-image: url('/images/facebook-icon-80x80.png');
}