
body {
	padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

#wrapper {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

#header{
	min-height: 90px;
}
#logo{
	margin: 10px 0px;
}

.span12{
	padding-left: 10px;
}
#corpo{
	min-height: 700px;
}
#box-right{
	min-height: 650px;
	padding: 15px 25px 25px;
	border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.bck-grey{
	background-color: #EEE;
}

.errorMessage {
	color: red;
}

.table td {
    overflow: hidden;
    text-overflow: ellipsis;    
}

.max-width80{
	max-width: 80px;    
}

.max-width300{
	max-width: 300px;    
}
.max-width400{
	max-width: 400px;    
}

.form-signin {
    max-width: 350px;
    padding: 19px 29px 29px;
    margin: 40px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading {
    margin-bottom: 10px;
}
.form-signin .form-signin .tdLabel .label {
	color: #333;
	background-color: transparent;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
.form-signin .form-signin {
    border: 0;
}

.form-registration {
    max-width: 450px;
    display: block;
    padding: 19px 29px 29px;
    margin: 60px 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-registration table{
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-registration .form-registration .tdLabel .label {
	color: #333;
	background-color: transparent;
}
.form-registration input[type="text"],
.form-registration input[type="password"] {
	width: 300px;
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.form-search .label {
    color: #333;
    background-color: transparent;
}
.form-search input[type="text"] {
    width: 300px;
    font-size: 16px;
    height: 16px;
}

ul.pulsantihome > li{
	list-style-type: none;
    float: left;
}
ul.pulsantihome .pulsantehome {
	position: relative;
    min-width: 87px;
    height: 90px;
    margin: 15px;	
	border: 1px solid #ccc;
    background-color: #FDFDFD;
    display: table;
    padding: 10px;    
}
ul.pulsantihome img{
	margin: 10px auto;
	display:table-cell;
}
ul.pulsantihome .pulsantehome span.pulsantehome-label {
    display:table-cell;
}

.message ul li
{
    font-size: 14px;
    color: #008000;
    text-align: left;
    list-style: none;
}

.error ul li
{
    font-size: 14px;
    color: #ff0000;
    text-align: left; 
    list-style: none;
}
