
.modal-content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,222222+40,222222+100 */
	background: #303030;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #404040 0%, #303030 20%, #252525 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #404040 0%, #303030 20%, #252525 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #404040 0%, #303030 20%, #252525 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#252525', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.modal-content hr {
    border-color: rgba(255, 255, 255, 0.25);
}

.modal-content input {
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.25);
}

.modal-content textarea {
    color: rgba(255, 255, 255, 0.75) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.25);
}
