* {
  margin:0px;
  padding:0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#4B464C;
  margin-bottom:10px;
  
  background: #FFF url(../img/sombra_dreta_esq.gif) center repeat-y;
  background-color:#EEE;
}

h1 {
	font-size: 20px;
	color: #000;
}

#suggestion-form {
	margin: 0 auto;
	width: 350px;
	height: 530px;
}

#suggestion-form div.resposta {
	margin: 0 auto;
	padding-top: 100px;
	width: 350px;
	height: 350px;
	border-top: 1px solid #584A4C;
	clear:left;
}

#suggestion-form form {
	margin-top: 10px;
}

#suggestion-form h2{
	margin-bottom: 0px;
	font-family: Georgia, Times;
	font-size: 14px;
	color: #4F3D3D;
}

#suggestion-form img {
	float:left;
	margin-right: 10px;
}

#suggestion-form span{
	font-size: 12px;
}

#suggestion-form fieldset {
	clear:left;
	padding: 5px 5px 10px 10px;
	border: 1px solid #584A4C;
}
	
#suggestion-form label	{ 
	width:100px; 
	display:block; 
	clear:left; 
	font-size:12px;
	margin-right:10px; 
	text-align:left;  
	margin-top:10px;
	margin-bottom:3px;
}

#suggestion-form textarea,
#suggestion-form input {
	width:320px;
	background-color:#ededed;
	border:none;
	padding:2px;
}

#suggestion-form textarea {
	height: 80px;
}

#suggestion-form input.curt {
	width:150px;
}

#suggestion-form input.mini {
	width:50px;
}

#suggestion-form .submit {
	margin-top:10px;
	padding-right: 10px;
	float: right;
}

#suggestion-form .captcha-table {
	width:320px;
}

#suggestion-form .captcha-input {
	width:100px;
}

.box-form {
	margin-top:20px;
}

#suggestion-form .error-message {
	font-size: 10px;
	color: #f00;
}


/* HELP full de ruta */
#help-fullderuta-content {
	width: 800px;
	padding: 20px;
}

#help-fullderuta-content h1 {
	padding-bottom: 20px;
}

#help-fullderuta-content ol {
	padding: 20px;
}

#help-fullderuta-content li {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Galimatge form */
#galimatge-form {
	margin: 0 auto;
	width: 350px;
	height: 300px;
}

#galimatge-form div.resposta {
	margin: 0 auto;
	padding-top: 100px;
	width: 350px;
	height: 350px;
	border-top: 1px solid #584A4C;
	clear:left;
}

#galimatge-form form {
	margin-top: 10px;
}

#galimatge-form h2{
	margin-bottom: 0px;
	font-family: Georgia, Times;
	font-size: 14px;
	color: #4F3D3D;
}

#galimatge-form img {
	float:left;
	margin-right: 10px;
}

#galimatge-form span{
	font-size: 12px;
}

#galimatge-form fieldset {
	clear:left;
	padding: 5px 5px 10px 10px;
	border: 1px solid #584A4C;
}
	
#galimatge-form label	{ 
	width:100px; 
	display:block; 
	clear:left; 
	font-size:12px;
	margin-right:10px; 
	text-align:left;  
	margin-top:10px;
	margin-bottom:3px;
}

#galimatge-form textarea,
#galimatge-form input {
	width:320px;
	background-color:#ededed;
	border:none;
	padding:2px;
}

#galimatge-form textarea {
	height: 80px;
}

#galimatge-form input.curt {
	width:150px;
}

#galimatge-form input.mini {
	width:50px;
}

#galimatge-form .submit {
	margin-top:10px;
	padding-right: 10px;
	float: right;
}

#galimatge-form .captcha-table {
	width:320px;
}

#galimatge-form .captcha-input {
	width:100px;
}

#galimatge-form div.participacio {
	border:1px solid #eee;
	width:310px;
	padding:5px 5px;
	margin:5px 0;
	background-color:#A9AE4A;
}

.box-form {
	margin-top:20px;
}

#galimatge-form .error-message {
	font-size: 10px;
	color: #f00;
}

/* -------------------------- Professional user password restore --------------------- */
#professional-user-password-restore {
	margin-top:10px;
	padding:20px;
	border:1px solid #eee;
}

#professional-user-password-restore div.input {
	margin-bottom:10px;
}

#professional-user-password-restore div.submit {
	text-align:right;
	margin-top:10px;
}

#professional-user-password-restore label {
	display:block;
}

#professional-user-password-restore div.input input {
	width:100%;
}

#restore-password-message {
	padding:5px;
	text-align:center;
}

#restore-password-message.error {
	color:red;
}

#restore-password-message.success {
	color:blue;
}

/* -------------------------- Professional user registration --------------------- */
#professional-user-register {
	margin-top:10px;
	padding:20px;
	border:1px solid #eee;
	width:380px;
}

#professional-user-register div.input {
	margin-bottom:10px;
}

#professional-user-register div.submit {
	text-align:right;
	margin-top:10px;
}

#professional-user-register label {
	display:block;
}

#professional-user-register div.input input {
	width:100%;
}

#restore-password-message {
	padding:5px;
	text-align:center;
}

#restore-password-message.error {
	color:red;
}

#restore-password-message.success {
	color:blue;
}

#professional-user-register div.error-message {
	color:red;
	font-size:12px;
}

#msg-box {
	top:10px;
	margin-left:10%;
	margin-right:10%;
	border:1px solid #eee;
	padding:20px 30px;
	position:absolute;
}

.flash-message-error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.flash-message-notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.flash-message-success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
