/* Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, font, img, s, small, strike, 
sub, sup, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus { outline: 0; }

body { line-height: 1; color: black; background: white; }

ol, ul { list-style: none; }

/* Start Style  */
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #041C27; /*618fa2 */
    background-image:url('./images/clouds.png');
    background-repeat:repeat-x;
    color: #4e7889;
}

input.main {
    background-color: #254855;
    color: #cdd8dc;
    font-size: 24px;
    padding: 5px;
    border: 2px solid #cdd8dc;
}

input.contact {
    background-color: #CDD8DC;
    color: #254855;
    font-size: 14px;
    padding: 1px;
}

a, a:visited { 
    color: #4d8ea9; text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

.message {
    background-color: #F5F7FB;
    display:block;
    background-image:url(images/message_bg.png);
    background-repeat:no-repeat;
    height:76px;
    width:450px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
}

.msgtext{
    display:block;
    width:350px;
    height:40px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    font-weight:bold;
    text-align:center;
    color:#000;
    font-family: "Trebuchet MS",sans-serif;
}

.msgdetails{
    display:block;
    width:448px;
    font-size:14px;
    color:#5D8B9D;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    font-weight:bold;
    text-align:center;
    margin-top:5px;
}

.msgdetails a, .msgdetails .date{
    color:#fff;
}

.error {
    background-color: #660000;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

#wrapper {
    width: 100%;
    height: 100%;
    background: #618fa2;
}

#container {
    width: 900px;
    margin: 6em auto;
}

#main {
    background: #254855;
    margin: 3.5em auto;
    padding: 2em 3px 0 3px;
    width: 655px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#inner{
    background: #F5F7FB;
    margin: auto;
    padding: 5px;
    width: 625px;
    height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

textarea {
    background: #cdd8dc;
    width: 605px;
    height: 100px;
    font-size: 28px;
    font-family: Arial;
    border: 0px solid #fff;
    padding: 5px;
    margin: 5px;
}

.file_1 {
    background: #fff;
    color: #888;
	border: 0px;
}

#file  {
    height: 46px;
    width: 145px;
    margin: 0px;
    float: left;
}

#submit {
    color: #254855;
    font-size: 24px;
    float: right;
}

#waves {
    background:url('./images/wave-pattern.png') repeat-x 100% 1px;
    width: 100%;
    height: 72px;
}

#container_footer {
    background:url('./images/footer-gradiant.png') repeat-x;
    text-align: center;
    padding: 17px 0 20px 0;
    height: 100%;
}

.submit_hidden {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: -20px -5px 0px 0px;
    padding: 5px;
float: right;
background-color:#ffffff;
}

/*reCaptcha Style*/
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#CDD8DC !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #254855 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #254855 !important; //Text input field border color
   background-color:#254855 !important; //Text input field background color
 }
