﻿
.formje
{
	width: 420px;
	background-color: white;
	margin: 0 auto; 
}

.values-table
{
   
	width: 420px;
	clear: both;
    }

.values-table span
{
    float: left;
    display:  inline-block;
    color: #00ff00;       
    background-color:  Teal;
    width: 100px;
    border: solid 3px Green;
    
    }

.values-table div
{
    float: left;
    background-color: Yellow;
    width: 420px;
    border: solid 3px Black;
    margin-top: 5px;
    margin-bottom: 5px;        
    vertical-align: middle;
    }    

.values-table input[type="text"]
{
    float: left;
    background-color: White;
    width: 300px;
    border: solid 3px Purple;
    padding-top: 2px;
    padding-bottom: 1px;
    
    }    
    
.values-table input[type="checkbox"]
{
    float:left;
    background-color: White;
    border: solid 3px Purple;
    
    }
    