#contactform {
 
    padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
    background: #f0f0f0;
	overflow:none;

    /* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
 
    }

	label {
		font-family: Arial, Verdana;
		text-shadow: 2px 2px 2px #ccc;
		display: block;
		float: left; 
		font-weight: bold;
		margin-left:15px;
		margin-right:0px;
		margin-top:10px;
		margin-bottom:7px;
		text-align: right;
		width: 80px;
		line-height: 25px;
		font-size: 15px;
    }
	.imagem{
		margin-bottom:-9px;
	}
	.tituloTabela
	{
		font-family: Arial, Verdana;
		text-shadow: 2px 2px 2px #ccc;
		font-weight: bold;
		font-size: 15px;
		text-align: center;	
	}
	.labelTabela
	{
		font-family: Arial, Verdana;
		text-shadow: 2px 2px 2px #ccc;
		font-weight: bold;
		font-size: 15px;
		text-align: right;
		width: 150px;	
	}
	.tabelas{
		padding: 5px;
		border: 1px solid #cccccc;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px; 
	}

	.input{

	/* Border style */
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 

    font-family: Arial, Verdana;
    font-size: 15px;
    padding: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
    border: 1px solid #b9bdc1;
    color: #797979;
    }



	.hint{
    display:none;
    }



	.field:hover .hint {
    position: absolute;
    display: block;
    margin: -30px 0 0 455px;
    color: #FFFFFF;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.6);
 
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    }

	.button{
    float: center; margin-left:15px;
    margin:10px 10px 10px 0px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #fff;

    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
	font-size: 25px;
 
    /* Background gradient */
    background: #a5b8da;
    background: -moz-linear-gradient
       (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%,
       from(#a5b8da), to(#7089b3));
 
    /* Border style */
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
 
    }

	.checkbox{
	  /* All browsers except webkit*/
		transform: scale(2);

	  /* Webkit browsers*/
	  -webkit-transform: scale(2);
	}



	.coluna{
		padding-bottom:5px;
	}

	.tituloTabela1
	{
		border-left: 1px solid gray;
		border-bottom: 1px solid gray;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px; 
		padding: 3px;
		margin-left: 5px;

	}

	.combo
	{
		height: 30px;
	}