
a { 
	font-weight: normal; 
	text-decoration: none; 
	color: #8a8a8a;
	font-style: normal;
}

a:active {
	position: relative;
	top: 1px;
}

/* @end */

/* @group Form */

#contactform {
	float: left;
/*	width: 480px;*/
	margin-bottom: 40px;
        font-family:"trebuchet ms";
}

#mapatop {
	/*height: 97px;*/
	width: 440px;
	/*background: url(../images/formtop.png) no-repeat;*/
}

#formtop {
	/*height: 97px;*/
	/*width: 480px;*/
	/*background: url(../images/formtop.png) no-repeat;*/
}

#formcontent {
	/*background-image: url(../images/formrepeat2.png);*/
/*	width: 477px;*/
	background-position: 1px;
        padding-top:10px;
}

form {
/*	width: 445px;*/
	margin: 0 auto;
}

form label {
	font: 13px "trebuchet ms","ClarendonRoman", Georgia, Times, serif;
	color: #525250;
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left;
/*	position: relative;
	top: 4px;*/
}

form label.error {
	text-transform: none;
	letter-spacing: 0;
	color: #a21714;
	font: 15px "trebuchet ms","SeanRegular", Courier New, Courier New, Courier6, monospace;
	margin-top: -10px;
	clear: both;
	padding: 0px 0px 10px 21px;
	background: url(../images/errow.png) no-repeat 0 0;
	
}

fieldset#message label {
/*	display: none;*/
}



#submitbutton {
	float: right;
}

.hide {
	display: none;
}

#success {
	position: relative;
	top: 20px;
	margin-bottom: 20px;
	background-color: #c06b46;
	padding: 25px 50px; 
}

#success span { 
	font-weight: bold;
	color: #fff; 
	font-size: 13px;
}

#success p {
	color: #ffe0d2;
}

/* @end */

/* SECCIO MAPA */

#on_som {
	float: right;
	width: 440px;
	margin-bottom: 40px;
}

#map {
    text-align:center;
    margin:10px 0 20px 0;
	height: 290px;
	width: 100%;
}


/* ==== CONTACTAR ====*/

section#contactform, section#on_som {
    box-shadow:8px 8px 10px -4px rgba(0, 0, 0, 0.7);
/*    background: none repeat scroll 0 0 rgba(246, 145, 22, 0.3);*/
    background: #DCD8C8;
    border-top: 6px solid #F49117;
    float:left;
    padding: 15px;
    position: relative;
    transition: border 0.4s ease-in 0s;
    margin: 37px 13px;
    width:45%;
    height:400px;
}
section#contactform{
    margin-left: 0px;
}
section#on_som {
    margin-right: 0px;
}
section#contactform  h5, section#on_som h5{
    font:22px "Trajan Pro";
    font-weight:bold;
    color: #2E3093;
}

#contactCamps input, #message textarea {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px #CCCCCC inset;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 15px 15px 15px 30px;
    width:80%;
    font: 12px "trebuchet ms","lucida Grande";
}
#username{
    background: url(../images/forms/nom.png) no-repeat scroll 7px 13px #F1F1F1;
}
#email{
    background: url(../images/forms/email.png) no-repeat scroll 7px 13px #F1F1F1;
}
#messagetext{
    background: url(../images/forms/missatge.png) no-repeat scroll 7px 10px #F1F1F1;
}
#message textarea{
	height: 145px;
	outline: none;
}

#contactCamps input:focus, #message textarea:focus{
    background-color: #FFFfFF;
    border-color: #F49117;
    box-shadow: 0 0 0 1px #E8C291 inset;
    outline: medium none;
}
/*
#username {
    background-position: 5px -2px !important;
}
#email {
    background-position: 5px -52px !important;
}
*/
form #submit {
    background: none repeat scroll 0 0 #F49117;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 38px;
    float:right;
    font-family:"trebuchet ms";
    margin-right:19px;
}

form #submit:hover {
    background: none repeat scroll 0 0 #2E3093;
}
