﻿  .left {
        float: left;
        width: 48%;
    }
    .right {
        float: right;
        width: 44%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .group:after {
        content:"";
        display: table;
        clear: both;
    }
    
#notices_box
{
	background:#fef8e5; 
	border:1px #CC0000 solid; 
	border-radius:7px; 
	box-shadow:5px 5px 5px #cccddd; 
	min-height:150px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em; 
	line-height:170%; 
	padding:8px;
    width: 96%; 
    margin: 10px 0 10px 10px;
}

#decisions_box 
{
	background:#fef8e5; 
	border:1px #1f3776 solid; 
	border-radius:7px; 
	box-shadow:5px 5px 5px #cccddd; 
	min-height:150px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.9em; 
	line-height:170%; 
	padding:8px;
	margin-bottom:20px;
}

.box_head 
{
	color:white;
	background:#1f3776;
	padding:3px 8px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.2em; 
	font-weight:bold; 
	border-radius:7px;
	margin:-18px 40% 6px 0;
	box-shadow:2px 2px 2px #999;
	text-shadow:1px 1px 1px #000;
	
}    
 
.textfield { 
	border: 1px black inset;
    outline:0; 
    height:20px; 
    width: 192px; 
    border-radius:4px;
    padding-left:4px;
  }



@media screen and (max-width: 800px) {
    .left, .right {
        float: none;
        width: auto;
    }
}

