div             {border:solid red 0px;}
p               {margin:0; padding:0;}
.contact-area   {width:100%; height:auto;
                 margin:0 auto 0;}
#left           {width:48%; height:auto;
                 margin:0;
                 text-align:left;
                 float:left;}
#form-styles    {width:43%; height:auto;
                 margin:0 1% 0 5%; padding:5px 0 8px 1%;
                 text-align:left;
                 background-color:#fbe8d5; border:solid #c1a78b 1px; border-radius:8px;
                 -webkit-border-radius:8px;
                 -moz-border-radius:8px;
                 float:right;}
.input-box-t    {width:93%; height:auto;
                 margin:10px 0 0 2%;
                 text-align:left;
                 border:solid red 0px;}
.input-box-t p  {margin:3px 0 0 .5%;
                 font-size:21px;}
.input-box-b    {width:93%; height:auto;
                 margin:-3px 0 0 2%;
                 text-align:left;
                 border:solid blue 0px;}
.input-box-c    {position:relative;
                 width:93%; height:auto;
                 margin:9px 0 0 2%;
                 font-size:17px; text-align:left;}
input           {margin:0; padding:0 0 0 1%;
                 font-size:25px; text-transform:lowercase;
                 -webkit-border-radius:4px;
                 -moz-border-radius:4px;
                 border-radius:4px; border:solid #cccccc 1px;}
.input-width-1  {width:100%;}
.input-width-2  {width:60%;}
.input-width-3  {width:25%;}
.input-width-4  {width:30%; height:33px; font:normal 27px verdana; padding:2px 0 2px 3px;}
.input-width-5  {width:100%; height:75px;
                 font:normal 23px arial; text-transform:lowercase;
                 border:solid #bbbbbb 1px; border-radius:4px;
                 -webkit-border-radius:4px; -moz-border-radius:4px;}
.input-width-6  {width:100%; margin-top:0; border:0;}
.iff            {height:0;}
.submit1        {position:relative;
                 height:100%; width:32%;
                 margin:4px 0 0 2%; padding:4px 10px 4px 10px;
                 font-size:24px; color:#566697; text-transform:uppercase;
                 background-color:#ffffff; border:solid #cccccc 1px;
                 cursor:pointer;}
#captha         {height:37px; width:105px;
                 margin:0 30px 0 0;
                 background-image:url(../c/captcha.jpg); border:solid #bbb 1px;
                 float:right;}
form p          {color:#566697;}
.pf1            {margin:0 3px 0 2%;
                 font-size:17px; color:#566697;}
.red            {font:normal 17px arial; color:#f96868;}
.how            {font-size:21px; color:#566697;}



@media (max-width:750px) {
#left           {width:100%;
                 float:none;}
#form-styles    {width:94%;
                 margin:20px auto 0;
                 float:none;}
}
