input{ float: none;
            width: auto;
            font-size: 14px;
            font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #000;
            padding: 0px 0px 0px 0px;
            background: #ccc;
            border: none;
            box-shadow: inset 0px 0px 0px rgba(118,118,118,0.4);
            margin: 0;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;}
	.bigtextA{
            float: none;
	    border: 2px solid #666;
	    border-radius:5px;
	    background: #FFF;
	    box-shadow: 2px 2px 1px #888888;
            padding: 5px 5px 5px 5px;
	}
	.midText{
            float: none;
	    border: 2px solid #666;
	    border-radius:3px;
	    height: 18px;
	    width: 80%;
	    background: #fff;
	    box-shadow: 2px 2px 1px #888888;
            padding: 0px 0px 0px 5px;
            margin-right: 15px;
	} 
	.allText{
            float: none;
	    border: 2px solid #666;
	    border-radius:5px;
	    height: 18px;
	    background: #F4FAED;
	    box-shadow: 2px 2px 1px #888888;
            padding: 0px 0px 0px 0px;
	} 
        .rad{
            float: none;
            width: 70px;
	    border: 1px solid #666;
	    border-radius:5px;
	    height: 18px;
	    background: #F4FAED;
	    padding: 0px 0px 0px 0px;
	} 
	.heading{
            float: none;
	    font-weight: bold;
	    vertical-align: top;
            padding: 2px 0px 5px 0px;
	}
	tr{
	    height: 40px;
	}
        #capt tr, td{ height: 6px;}
        #capt tr td{ height: 6px; border-collapse: collapse!important;}
        .topTable tr td{
            border-right: 0px;
        }
        #degreeRow tr td{
            border: 2px #000 solid;
            padding: 5px;
        }
        
	.myButton {
	    
	    -moz-box-shadow: 0px 0px 0px 0px #54a3f7;
	    -webkit-box-shadow: 0px 0px 0px 0px #54a3f7;
	    box-shadow: 0px 0px 0px 0px #54a3f7;
	    
	    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	    background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	    background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	    background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	    background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	    
	    background-color:#007dc1;
	    
	    -moz-border-radius:5px;
	    -webkit-border-radius:5px;
	    border-radius:5px;
	    
	    border:1px solid #124d77;
	    
	    display:inline-block;
	    color:#ffffff;
	    font-family:arial;
	    font-size:18px;
	    font-weight:normal;
	    padding:5px 16px;
	    text-decoration:none;
	    
	    text-shadow:-2px 0px 33px #154682;
	    
	}
	.myButton:hover {
	    
	    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	    background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	    background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	    background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	    background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	    background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	    
	    background-color:#0061a7;
	}
	.myButton:active {
	    position:relative;
	    top:1px;
	}
        
        table tr td {
            padding-top: 0px;
            border-right: 1px solid #d5d5d5;
            vertical-align: middle;
        }
