@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px;} div{display:block;}
#container{width:940px; margin:auto; padding-top:20px;}
#content{width:940px; margin-top:60px;}
.left{float:left; width:600px; margin-right:20px; height:450px; }
.left img{overflow:hidden; border:double 3px #CCC; opacity:0.5;}
.right{
    float:right;
    width:300px;
    height:450px;
}
.logo{width:90%; height:100px; margin:0px auto; position:relative;}
.logo img {margin-top:0px;  width:175px; height:55px; }
.logo > strong{position:absolute; right:104px; bottom:34px; font-family:Tahoma, Geneva, sans-serif; font-size:12px;}
.frmbox{width:90%; margin:auto; margin-top:10px;}
.txt{
    font-family:Tahoma, Geneva, sans-serif;
    font-size:12px;
    color:#000;
}
.txt span{color:#900;}
.txt span a{color:#900; text-decoration:none;}
.txt span a:hover{color:#C30; text-decoration:none;}
.form input{margin-top:20px; height:30px; width:93%; color:#000; padding-left:10px; outline:none;}
::-webkit-input-placeholder{color:#dedede;}
:-moz-placeholder {color:#dedede;}
::-moz-placeholder{color:#dedede;}
:-ms-input-placeholder{color:#dedede;}
.submit{ margin-top:20px; background:#900; height:40px; color:#fff; font-size:16px; border:0px; text-transform:uppercase; text-align:center; cursor:pointer; outline:none;}
#footer {
    position:fixed; 
    bottom:0;
    width:100%;
    height:50px; background:#fff;  /* Height of the footer */
    border-top:1px solid #CCC;
}
.footbox{width:940px; margin:auto; padding-top:20px;}
.footcont1{font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#000; width:400px; float:left;}
.footcont1 span a{color:#900; text-decoration:none; padding-left:10px; padding-right:0px;}
.footcont1 span a:hover{color:#C30; text-decoration:none;}
.footcont2{font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#000;}
.footcont2 span a{color:#900; text-decoration:none; padding-left:10px; padding-right:0px;}
.footcont2 span a:hover{color:#C30; text-decoration:none;}