#tt_notification { width: 100%; margin: 0 auto; font-family: 'Roboto Condensed', sans-serif; color: #666; float: left; margin-top: 15px;}
.tt_btn_notify {  float: left; width: 24%; height: 20px; text-align: center; font-family: 'Roboto Condensed', sans-serif; background-color: #303030; cursor: pointer; padding: 6px 6px 6px 6px; }
.tt_btn_notify a { text-decoration: none; color: #fff; font-size: 14px; }
.tt_btn_notify:hover { background-color:#F30967;  		
-moz-transition: all 0.5s ease-in-out; 
/* WebKit */
-webkit-transition: all 0.5s ease-in-out;
/* Opera */
-o-transition: all 0.5s ease-in-out;
/* Standard */
transition: all 0.5s ease-in-out;
}
.tt_p_notify { float: left; width: 200px; font-size: 12px; margin-left: 10px; }
.tt_btn_notify:click { 
 -moz-transition: all 0.5s ease-in-out;
/* WebKit */
-webkit-transition: all 0.5s ease-in-out;
/* Opera */
-o-transition: all 0.5s ease-in-out;
/* Standard */
transition: all 0.5s ease-in-out;
}
.tt_p_notify { float: left; width: 200px; font-size: 12px; margin-left: 10px; }
.tt_form_notify { display: none; float: left; width: 93%; font-size: 13px; border: 1px dotted #CCC; border-width: 2px; margin-top: 10px; color: #666; font-style: italic; padding: 15px; padding-top: 15px; }
.tt_form_notify input { outline: none; border: 1px solid #D5DEE7;height: 33px; margin-top: 7px; }
.tt_form_notify span { font-weight: bold; font-size: 14px; font-family: 'Roboto Condensed', sans-serif; font-style: normal; color: #303030; } 
input.tt_submit { float: right; margin-right: 5px; text-align: center; background-color: #303030; color: #fff; border: none; padding: 2px 15px 3px 15px; margin-top: 0px; cursor: pointer; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; }
input.tt_submit:hover {
 background-color:#F30967; 
 -moz-transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
}	

#tt_BS_Error{ margin-bottom:10px;}	

@media only screen and (max-width: 480px){
.tt_p_notify { float: left; width: 200px; font-size: 12px; margin-left: 0px; }
.tt_btn_notify { margin-bottom: 8px; width: 54%;}
}