
/* general reset area for this page */

html,body,h1, p                     {margin: 0;padding: 0;}

/* beauty style */

body                                {background: #000;font-size:1em;font-family:arial;}

#page                               {width: 600px;margin: 20px auto 0;background:#efefef;padding:20px;color:#000;font-size:80%;}
#page a                             {color:#ff0000;text-decoration:underline;}
h1                                  {font-size:140%;}
p                                   {padding:10px;display:block;background:#fff;border:#fafafa;margin-top:20px;}

.footer                             {width: 640px; margin: 5px auto 0;color:#fff;text-align:right;font-size:80%;}
.footer a                           {text-decoration:none;color:#fff;}
.footer a:hover                     {text-decoration:underline;}

/* CSS used for styling the CONTACT form */
form#contact 						{margin:25px 0 10px 0px;overflow:auto;width:380px;}
form#contact label 					{display:block;clear:left;float:left;width:130px;}
form#contact input 					{background:#fff;margin:0 0 7px 0;border:1px solid #d8d8d8;width:220px;float:left;}
form#contact textarea 				{background:#fff;height:80px;border:1px solid #d8d8d8;width:240px;float:left;}
form#contact input#send				{background:#a80329;border:0;cursor:pointer;width:100px;height:30px;color:#fff;margin:10px 0 0 130px;display:inline;}
.faulty_field						{background:#fff4f4 !important;color:#ff0000;border:1px solid #ff0000 !important;}
label span                          {color:#ff0000;font-size:85%;}











