/*
    sentbox.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/

.sentbox {
    position:                  fixed;
    width:                     100%;
    height:                    300px;
    top:                       15px;
	left:                      0;
    z-index:                   100001;
	padding: 			       25px;
	font-family:               Arial, Helvetica, sans-serif;
	font-weight:               normal;
}	

.sentbox h1 {
    color:                     #333333;
	font-size:                 28px;
}
	
.sentbox p {
    color:                     #333333;
	font-size:                 16px;
}	
	
.sentbox p.small {
	font-size:                 12px;
    font-weight:               normal;
}		
	
 
.sent-button, .sent-button:visited {
    color:                     #FFFFFF;
    font-family:               Arial, Helvetica, sans-serif;
    font-size:                 18px;
    font-weight:               normal;
    width:                     100px;
    height:                    30px;
    margin:                    0;
    background:                #0F67CC;
    cursor:                    pointer;
    border:                    none;
    text-decoration:           none;
    text-align:                center;
    display:                   inline-block;
    line-height:               30px;
    -webkit-appearance:        none;
    border-radius:             5px;
    -moz-border-radius:        5px;
    -webkit-border-radius:     5px;
}


.sent-button:hover {
    background:                #009CDE;
}	 
 
 