.profistudio-followstock-form {
	box-sizing: border-box;
	display: none;
	padding: 20px 15px;
	margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.23;
	text-align: left;
}
.profistudio-followstock-form__title {
    font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 10px 15px 0;
}
.profistudio-followstock-form__description {
    font-size: 15px;
	margin: 15px 0 20px;
}
.profistudio-followstock-form__label {
	display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.profistudio-followstock-form__inputbox {
	position: relative;
    box-sizing: border-box;
}
.profistudio-followstock-form__inputbox input.profistudio-followstock-form__input {
	display: block;
    box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	margin: 0;
	border: 1px solid #ccc;
	background: #fff;
    height: 42px;
	font-size: 16px;
}
.profistudio-followstock-form__inputbox input.profistudio-followstock-form__input:focus {
	outline: none;
    border-color: #555;
}
.profistudio-followstock-form__line-error {
    display: none;
    color: #e11;
    font-size: 14px;
    margin-bottom: 20px;
}
.profistudio-followstock-form__btn {
    box-sizing: border-box;
	display: inline-block;
	position: relative;
    width: auto;
    height: 42px;
    padding: 10px 20px;
    margin: 0;
	overflow: hidden;    
	cursor: pointer;
    font-size: 16px;
    line-height: 1.23;
	text-align: center;
	text-decoration: none;
    color: #333;
    background: #fff;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    border: 1px solid #ccc;
    border-radius: 0;
}
.profistudio-followstock-form__btn:focus {
	outline: none;
    color: #444;
	background-color: #eee;
	border-color: #999;
	text-decoration: none;
}
.profistudio-followstock-form__btn:hover {
    color: #444;
	background-color: #eee;
	border-color: #bbb;
	text-decoration: none;
}
.profistudio-followstock-form__btn:active,
.profistudio-followstock-form__btn.active {
	color: #444;
	background-color: #eee;
	border-color: #bbb;
	text-decoration: none;
}
.profistudio-followstock-form__btn.disabled,
.profistudio-followstock-form__btn[disabled] {
    color: #999;
	background-color: #fff;
	border-color: #eee;
	text-decoration: none;
}
.profistudio-followstock-form__btn_ok {
    color: #fff;
    background: #48c;
    border-color: #48c;
}
.profistudio-followstock-form__btn_ok:focus {
    color: #ffffff;
	background-color: #37a;
	border-color: #37a;
}
.profistudio-followstock-form__btn_ok:hover {
    color: #fff;
	background-color: #37a;
	border-color: #37a;
}
.profistudio-followstock-form__btn_ok:active,
.profistudio-followstock-form__btn_ok.active {
	color: #fff;
	background-color: #37a;
	border-color: #37a;
}
.profistudio-followstock-form__btn_ok.disabled,
.profistudio-followstock-form__btn_ok[disabled] {
	background-color: #59f;
	border-color: #59f;
}
.profistudio-followstock-form__loading-box {
	display: none;
	padding: 12px 0 12px;
	margin-top: 40px;
	text-align: center;
}
.profistudio-followstock-form__loading-box.active {
	display: block;
}
.profistudio-followstock-form__line {
    margin-bottom: 20px;
}
.profistudio-followstock-form__line_captcha-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -7px;
}
.profistudio-followstock-form__line_captcha-img .profistudio-followstock-form__captcha-img {
    flex-shrink: 0;
    height: 40px;
    overflow: hidden;
    margin-right: 20px;
}
.profistudio-followstock-form__line_captcha-img .profistudio-followstock-form__captcha-img > img {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 100%;
}
.profistudio-followstock-form__line_captcha-img .profistudio-followstock-form__captcha-refresh-link {
    flex-shrink: 0;
}
.profistudio-followstock-form__line-btn {
    margin-top: 40px;
    text-align: left;
}
.profistudio-followstock-form__line-btn .profistudio-followstock-form__btn {
    margin-right: 5px;
}
.profistudio-followstock-form-message {
	box-sizing: border-box;
	display: none;
	padding: 30px 15px;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.23;
	text-align: center;
}