@charset "UTF-8";
/* CSS Document */
body { background:#ccc; font-size:12px; line-height:20px; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; padding:0; margin:0; }
#mainCont { width:750px; height:500px; margin:0 auto; margin-top:20px; }
#cont{ width:700px; height:auto; float:left; padding:20px; border:5px #efefef solid; background:#fff; }
#logo { width:700px; height:50px; float:left; background:url(../images/title.gif) center no-repeat; }
#contTxt { width:700px; height:auto; float:left; padding:20px 0; }
#welcome { width:700px; height:auto; float:left; padding:100px 0; text-align:center; font-size:18px;}
#demo1, #demo2, #demo3, #demo4 { width:200px; height:auto; float:left; margin-top:10px; margin-right:20px; line-height:26px; font-size:14px; }
.yes { width:80px; height:35px; background:url(../images/button.gif) center; border:0; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:16px; margin:20px 20px 20px 0; }
textarea { border:1px #ccc solid; background:#efefef; padding:2px; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.inp { border:1px #ccc solid; background:#efefef; padding:2px; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; height:20px; font-size:14px; }
label { line-height:26px; font-size:14px;  }
.big { font-size:18px; }
.medium { font-size:16px; }
.blue { color:#4084c8;}
.upper { text-transform:uppercase; }
.margDx { margin-right:20px; }
.rate { line-height:30px; font-size:20px; color:#006699; margin-left:10px; padding-left:10px; }
