﻿* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Calibri";
	font-size: 14px;
	text-decoration: none;
}

.actiu  {
	background-color: #FFAF00;
	color: #000;
}

.clear {
	clear: both;
}

body {
	background-color:#CCC;
	
}

#wrapper {
	background-color:#FFF;
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;

}

#wrapper #title {
	padding: 5px 25px 0px 25px;
	font-weight: bold;
	font-size: 30px;
	color: #4BA76A;
}

#wrapper #title img {
	margin-right: 10px;
}

#wrapper #title #idioma {
	float: right;
	position: relative;
	bottom: -125px;
}

#wrapper #title #idioma img {
	margin: 0px;
}

#wrapper #opcions {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #000;
	padding:5px 0px 5px 25px;
	margin-top: 20px;
}

#wrapper #formulari {
	padding: 25px 0px;
}

#wrapper #formulari table {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}

#wrapper #formulari table th {
	font-size: 14px;
}

#wrapper #formulari table tr th {
	border: 1px solid #000;
}

#wrapper #formulari table tr td {
	padding: 2px 10px;
}

#wrapper #formulari table tr td img {
	margin: 0px 5px;
}

input, select {
	border: 1px solid #666;
	width: 200px;
	box-shadow: 0px 0px 1px #666;
}

fieldset {
	border-radius: 10px;
	border: 1px solid #666;
	margin: 0px 50px;
	padding: 10px;
}

fieldset ul {
	list-style: none;
}

fieldset ul li {
	margin: 5px 0px;
}

fieldset ul li label {
	float: left;
	width: 150px;
}

input,
select,
button {
	padding: 2px;
	margin: 5px;
}

input[type="radio"] {
	width:auto;
	border: none; !important
	outline:none;
}

input[type="submit"] {
	width:auto;
	float:right;
	margin: 10px 50px 0 0;
}

#peu {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #000;
	margin-top: 20px;
	padding: 10px 0px;
	clear:both;
	text-align:center;
}

#peu p {
	padding: 5px 0;
}

#title #text
{
	float:right;
	margin-top: 30px;
	text-align:right;
}

#title h1{
	font-size:32px;
}

#title h2{
	font-size:24px;
}

