@charset "utf-8";

.screenshot_popup
{
	background-image:url(/static/ss/img/popup_capturas_base.png);
	margin-top: -70px;
	width: 994px;
	height: 777px;
}

.screenshot_popup_container
{
	position: relative;
	margin-top: 199px;
	margin-left: 217px;
	width: 994px;
	height: 777px;
}

.trailer_popup
{
	background-image:url(/static/ss/img/popup_trailer_base.png);
	margin-top: -70px;
	width: 994px;
	height: 777px;
}

.forgot_password_popup
{
	background-image:url(/static/ss/img/forgot_pass_1_base.png);
	background-repeat:no-repeat;
	margin-top: 30px;
	width: 994px;
	height: 500px;
}

.signup_popup
{
	background-image:url(/static/ss/img/register_base.png);
	background-repeat:no-repeat;
	margin-top: -10px;
	width: 700px;
	height: 735px;
}

.sgnlogin_popup
{
	background-image:url(/static/ss/img/login_base.png);
	background-repeat:no-repeat;
	background-position:0px -52px;
	margin-top: 0px;
	width: 834px;
	height: 650px;
}

.reset_popup
{
	background-image:url(/static/ss/img/forgot_pass_2_base.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	width: 956px;
	height: 526px;
	position:relative;
	left:50%;
	margin-left:-480px;
}