.blog-subscription .btn {
	margin-top: 0px;
}

form[action*="clickdimensions"] .form-group.req:after{
    position:absolute;
    content:'*';
    color:red;
    right:-2px;
    top:-2px;
}

#gotomeeting .form-group.required {
    position: relative;
}

#gotomeeting .form-group.required:after {
    position: absolute;
    content: '*';
    color: red;
    right: -10px;
    top: 20px;
}
