#steamform > .steam_account_creation {
    border-radius: 3px;
    padding: 15px 10px 35px;
    margin: 0;
    background: #eee;
}
.steam_account_creation label {
    display: inline-block;
    width: 177px;
    color: #333;
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
}
.steam_account_creation p.required sup {
    color: #990000;
}
.steam_account_creation .exclusive {
    min-width: 90px;
    float: left;
    margin-left: 186px;
}
.steam_account_creation p.submit {
    padding-bottom: 30px;
}
#steam-login-form {
    float: right;
    margin-top: 10px;
}
.opc-main-block #steam-login-form {
	float: none;
	margin-bottom: 15px;
}
.steam-list {
	list-style-position: inside;
}
#module-steamlogin-login #center_column > p {
	padding-bottom: 10px;
}
.steam_account_creation input.text {
    padding: 0 5px;
    height: 20px;
    border: 1px solid #ccc;
    color: #000;
    background: url(../img/bg_discount_name.png) repeat-x 0 0 #fff;
}
