﻿
.div_welcome{

/*background: -moz-linear-gradient(45deg,  rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.27) 18%, rgba(255,255,255,0.52) 36%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,1) 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0.07)), color-stop(18%,rgba(255,255,255,0.27)), color-stop(36%,rgba(255,255,255,0.52)), color-stop(45%,rgba(255,255,255,0.65)), color-stop(100%,rgba(255,255,255,1)));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0.07) 0%,rgba(255,255,255,0.27) 18%,rgba(255,255,255,0.52) 36%,rgba(255,255,255,0.65) 45%,rgba(255,255,255,1) 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(45deg,  rgba(255,255,255,0.07) 0%,rgba(255,255,255,0.27) 18%,rgba(255,255,255,0.52) 36%,rgba(255,255,255,0.65) 45%,rgba(255,255,255,1) 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(45deg,  rgba(255,255,255,0.07) 0%,rgba(255,255,255,0.27) 18%,rgba(255,255,255,0.52) 36%,rgba(255,255,255,0.65) 45%,rgba(255,255,255,1) 100%);*/ /* IE10+ */
/*background: linear-gradient(45deg,  rgba(255,255,255,0.07) 0%,rgba(255,255,255,0.27) 18%,rgba(255,255,255,0.52) 36%,rgba(255,255,255,0.65) 45%,rgba(255,255,255,1) 100%);*/ /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */

/*following lines must equal to #page-content at main.css*/
min-height: 450px;
padding: 50px 60px 60px !important;
border-top: 7px solid #033E82;
 width: 750px;
}

.div_welcome 
{

    background: url(../Images/welcome.png) repeat-x center top; 
}    

.div_welcoming_information {
    font-style: italic;
    font-size: 16px !important;
    text-align: right;
    color: #03365f;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    line-height: 23px; 
    text-shadow: 1px 1px 1px #efefef;
}

#welcome h3 {
    color:#333;
    margin-bottom: 5px;
}

#welcome h4 {
    color: #444;
 /*   color:#333; */
    margin-top:0; 
    padding-top: 0; 
    font-weight: normal;
}
.welcome-button {
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    width: 200px;
    padding: 12px;
    margin-bottom: 10px;
 }

/*
input.welcome-button {
    background: url(../Images/welcome-button.png) no-repeat center -10px #407fb8;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border: 1px solid #fff;
    color:#fff;
    display: inline-block;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
    padding: 1em 0;
    margin: 3px;
    width: 200px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; 
}
*/
input.welcome-button img {
    margin-right: 6px;
}
/*
input.welcome-button:hover {
    background-color: #358fd6;
    transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -o-transition: all .3s ease-in;
    cursor: pointer;
}
*/
#footer {
    margin-top: 165px;
    text-align: right;
}

#footer input 
{
    transition: all .4s ease-out; -webkit-transition: all .4s ease-out; -o-transition: all .4s ease-out; -moz-transition: all .4s ease-out;
   /* cursor: pointer;*/
}

#footer input:hover {
    opacity: 0.7;
    cursor: pointer;
    transition: all .2s ease-in; -webkit-transition: all .2s ease-in; -o-transition: all .2s ease-in; -moz-transition: all .2s ease-in;  
}

#footer .first {
    margin-right: 1.6em;
}


