/* @charset "UTF-8"; */
/* CSS Document */

/* ###### White / red #########*/
.white-red {
    width: 50%;
    background: #FFF;
    padding:30px 30px 20px 30px;
    box-shadow:rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
    -webkit-box-shadow:rgba(122, 122, 122, 0.7) 0 3px 10px -1px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
	float: left;

}
.white-red h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #F5F5F5;
    margin: -10px -30px 10px -30px;
    color: #666;
}
.white-red h1>span {
    display: block;
    font-size: 11px;
    color: #C4C2C2;
}
.white-red label {
    display: block;
    margin: 0px 0px 5px;
}
.white-red label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #666;
}
.white-red input[type="text"], .white-red input[type="email"], .white-red textarea,.white-red select{
    color: #555;
    width: 65%;
    padding: 3px 3px 3px 8px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    font: normal 12px/24px Arial, Helvetica, sans-serif;
}
.white-red textarea{
    height:100px;
}
.white-red .button {
    -moz-box-shadow:inset 0px 1px 0px 0px #000;
    -webkit-box-shadow:inset 0px 1px 0px 0px #000;
    box-shadow:inset 0px 1px 0px 0px #000;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #106fd5), color-stop(1, #084D6E) );
    background:-moz-linear-gradient( center top, #106fd5 5%, #084D6E 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#106fd5', endColorstr='#084D6E');
    background-color:#333;
    border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-border-radius:9px;
    border:1px solid #999;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:30px;
    line-height:28px;
    width:100px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #106fd5;
}
.white-red .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #084D6E), color-stop(1, #106fd5) );
    background:-moz-linear-gradient( center top, #084D6E 5%, #106fd5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#106fd5', endColorstr='#084D6E');
    background-color:#999;
}
.white-red .button:active {
    position:relative;
    top:1px;
}
/*.white-red select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 67%;
}*/
.err {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
} 