/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body  { padding: 0; margin: 0; border: 0px none; background-image: url(contactbubble-background-500.gif); background-repeat: no-repeat; background-position: center 10px; text-align: center; font-family: sans-serif; }
#contactForm { width: 600px; margin: 0 auto; padding-top: 210px; position: relative;}
h1, h2, h3, h4, h5, h6, .contentheading { font-weight: normal; color: #197521;}
h3 {
	font-size:1.4em;
	margin: 0;
	}
#fieldSet, #note { width: 500px; margin: 0 auto; }
legend { display: none;}
#mapLink { position: absolute; top: 400px; left: 70px;}
#mapLink a { display: block; width: 100px; height: 78px; background-image: url(mapICON.png); background-repeat: no-repeat;}
#mapLink a span { display: none;}
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 0px #dddddd solid; }

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background-color: #197521;

color: #fff; 

font: 0.9em sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 140px; padding-left: 20px; margin: 0 5px 3px 5px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 0 5px 3px 5px;
padding: 3px; 
float: left;
clear: none;
width: 280px;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 0.9em sans-serif;

-moz-border-radius: 3px;
}

/* BR */

br { clear: left; }
