.simple_button_left
{
	float: left;
	padding-top: 5px;
	padding-right: 20px;
}
.simple_button_right
{
	float: right;
}
.simplereg_button_left
{
	float: left;
	padding-top: 5px;
	padding-right: 20px;
}
.simplereg_button_right
{
	float: right;
}
.checkout_table_header
{
	font-weight: bold;
}
.checkout_loginza_button_content
{
	min-height: 20px !important;
}
.checkout_button_left
{
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	font-weight: bold;
}
.checkout_button_right
{
	float: right;
}	
.checkout_icons_header
{
	font-weight: bold;
}
.account_table_header
{
	font-weight: bold;
}
.account_loginza_button_content
{
	min-height: 20px !important;
}
.account_button_right
{
	float: right;
}
.account_button_left
{
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	font-weight: bold;
}
.account_icons_header
{
	font-weight: bold;
}
.account_socnetauth2__header,
.reg_socnetauth2__header {
text-align: center;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}
.site-wrapper .account_socnetauth2__header,
.site-wrapper .reg_socnetauth2__header {
    padding-top: 10px;
     font-size: 20px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
}

.form-group .account_socnetauth2__header {
font-size: 15px;
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,1);
    border-width: 0px;
    border-radius: 2px;
    padding: 8px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 10px;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    border-style: solid;
    border-color: rgba(221, 221, 221, 1);
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

.socnetauth2_buttons img {
    padding-right: 10px;
    width: 35px;
}

.account_socnetauth2_bline_links, .account_socnetauth2_bline_links table,
.reg_socnetauth2_bline_links  {
    width: 100%;
    text-align: center;
border-width: 0px !important;
}
.account_socnetauth2_bline_links a, 
.reg_socnetauth2_bline_links a {
           background: #fff;
    font-size: 16px;
    padding: 5px;
    padding-right: 18px;
    border-radius: 50px !important;
    border: 1px solid #ddd;
}

.account_socnetauth2_bline_links a:hover,
.reg_socnetauth2_bline_links a:hover{
           background: rgb(221 221 221);
}

.account_socnetauth2_bline_links table td {
      background: none;
padding: 0px;
}


@media (max-width: 767px) {
	#socnetauth2box{
		width: 300px !important;
		left: 0 !important;
	}
	#socnetauth2box iframe{
		width: 300px !important;
	}
}