/* principal.css */

/* Definir fonte e cor padrão */

body {
   background-color: #FFF;
	 font-family: Arial, Helvetica, sans-serif;
}

body,
textarea{

}

input, textarea, select {
	border-radius: 4px;
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);	
}

input[type=radio],
input[type=checkbox] {
   border: 0 none;	
}

label{
	
}

a{
	outline: none;
}

a:hover{

}

/* x-----------------------------------------x */

.clear{
	clear: both;
}





/* CSS Reset */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
} 

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
}

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
}

textarea{
	resize: none;
	overflow: auto;
}

.tooltipsy
{
    padding: 10px;
    max-width: 200px;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #deca7e;
}