/**
 * All of the CSS for your public-specific functionality should be
 * included in this file.
 */
.sgh-product-download-greeting-field {
	width: 100%;
    margin-bottom: 15px;
}

.sgh-product-download-greeting-field label{
	display:block;
}
.sgh-product-download-greeting-field label .title{
	font-weight: bold;
}
.sgh-product-download-greeting-field label .info{
	float:right;
	color: #7d7d7d;
}
.sgh-product-download-greeting-field textarea {
	width: 100%;
}