
/*body{
    background: #000;
    color: #DDD;
    font-family: 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
}*/
li{
     list-style-type: none;
}
.border,
.rain{

    /*width: 320px;*/
}
/* Layout with mask */
.rain{
    background-image: url('/site-media/images/bagliore_piccolo.png');
	background-repeat: no-repeat;
	background-position: center 0px;
    background-color: rgba(10, 0, 91, 0.5);
    background-size: 90%;

    color:#ffffff;
    
    margin: 0.2em;
	border-radius: 0.3em;
	border:1px solid;
	border-color:rgba(255, 255, 255, 0.5);
    
    overflow: hidden;
    position:relative;
    margin: 10px auto;
}
/* Artifical "border" to clear border to bypass mask */
.border{
    padding: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.border,
.rain,
.border.start,
.rain.start{
   
    /* Blue-ish Green Fallback for Mozilla */
    /*background-image: -moz-linear-gradient(left, #09BA5E 0%, #00C7CE 15%, #3472CF 26%, #00C7CE 48%, #0CCF91 91%, #09BA5E 100%);*/
    /* Add "Highlight" Texture to the Animation */
    /*background-image: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(0,0,0,.3)), color-stop(23%,rgba(0,0,0,.1)), color-stop(40%,rgba(255,231,87,.1)), color-stop(61%,rgba(255,231,87,.2)), color-stop(70%,rgba(255,231,87,.1)), color-stop(80%,rgba(0,0,0,.1)), color-stop(100%,rgba(0,0,0,.25)));*/
    /* Starting Color */
}

/* Non-keyframe fallback animation */
.border.end,
.rain.end{
    
}




/* Regular Form Styles */
form{
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    
}
form label{
    display: inline-block;
    padding: 5px 2px 5px 2px;
    color: #FFF;
}
form input[type="combo"]{
    margin: 5px 10px 10px 15px;
    width: 70%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #000;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
}

form input[type="text"]{
    display: block;
    margin: 5px 10px 10px 15px;
    width: 90%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #fff;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
}
form input[type="password"]{
    display: block;
    margin: 5px 10px 10px 15px;
    width: 90%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #fff;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
}
form input[type="submit"]{
    cursor: pointer;
    display: block;
    margin: 5px 10px 10px 15px;
    width: 92%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #000;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
}

form input[type="submit"]:hover{
    border: 1px solid #08C; 
}

form input[type="button"]{
    cursor: pointer;
    display: block;
    margin: 5px 10px 10px 15px;
    width: 90%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #000;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
}

form input[type="button"]:hover{
    border: 1px solid #08C; 
}

form input[type="file"]{
    display: block;
    margin: 5px 10px 10px 15px;
    width: 90%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #000;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
}
.button{
    display: block;
    margin: 5px 10px 10px 15px;
    width: 90%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    border: 1px solid #000;
    padding: 5px;
    color: #FF7200;
    font-size: 16px;
    cursor:pointer;
}
.button:disabled {
    color: #666;
    outline: 1px solid #333;
    cursor:not-allowed;
}
form select{
    margin: 5px 10px 10px 15px;
    width: 70%;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #000;
    padding: 2px;
    color: #fff;
    font-size: 16px;
}

form input:focus{
    outline: 1px solid #fff;
    color: #008FFF;
}

input{
    margin: 5px 10px 10px 15px;
}

input[type="radio"]{
    display: inline;
    margin: 5px 10px 10px 15px;
    width: 15px;
    background: #111;
    -moz-box-shadow: 0px 0px 4px #000 inset;
    -webkit-box-shadow: 0px 0px 4px #000 inset;
    box-shadow: 0px 0px 4px #000 inset;
    outline: 1px solid #333;
    border: 1px solid #000;
    padding: 5px;
    color: #444;
    font-size: 16px;
}
form input[type="checkbox"]{
    display:inline;
    margin: 5px 10px 10px 15px;
}
/*
input[type="submit"]{
    display: inline;
    margin: 5px 10px 10px 15px;
    width: 100px;
    box-shadow: 0px 0px 4px #000 inset;
    outline: none;
    border: none;
    padding: 5px;
    color: #444;
    font-size: 16px;
    color: #999;
    padding: 5px 10px;
    float: right;
    margin: 20px 0;
    font-weight: lighter;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #45484d;
    background: -moz-linear-gradient(top, #222 0%, #111 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#111));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22222', endColorstr='#11111',GradientType=0 );
    -moz-box-shadow: 0px 1px 1px #000, 0px 1px 0px rgba(255,255,255,.3) inset;
    -webkit-box-shadow: 0px 1px 1px #000, 0px 1px 0px rgba(255,255,255,.3) inset;
    box-shadow: 0px 1px 1px #000,0px 1px 0px rgba(255,255,255,.3) inset;
    text-shadow: 0 1px 1px #000;
}*/