	
	#content {
		background-image:  url(/img/static/layout/tiles/green.jpg);
                float: none;
                clear: both;
	}
	
	.boxContent .boxCopy {
		line-height: 1.8em;
	}
	.boxContent .boxCopy a {
		 color: #A864A8;
	}
	.boxContent .boxCopy a:hover {
		text-decoration: underline;
	}

        div#schoolsDetail {
            background-color: #f2f3eb;
            float: left;
            padding: 4px 4px;
            color: #6b645c;
            font-size: 1.2em;
            width: 550px;
            display: block;

        }

        div#schoolsDetail h2 {
            font-weight: bold;
            font-size: 1.0em;
            padding: 8px;
        }
        div#schoolsDetail p {
            margin: 10px 0px;
            padding: 6px 12px;
        }
        
         div#schoolsDetail p.title
         {
            width: 244px;
            height: 26px;
            background-color: #a963a9;
            padding: 8px 0px 0px 15px;
            color: #FFFFFF;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            font-weight: normal;
        }
        
        div#schoolsDetail p.login {
            float: left;
            margin: 10px 7px 4px 5px;
        }

       div#schoolsDetail p.register {
            float: left;
            margin: 10px 0px 4px 0px;
        }

      div#schoolsDetail div.box {
            border: solid 2px #e4e5dd;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            background-color: #FFFFFF;
            width: 240px;
            height: 118px;
            padding: 8px;
        }
        
       div#schoolsDetail div.login {
            float: left;
            margin: 0px 5px 10px 5px;
        }

        div#schoolsDetail div.register {
            float: left;
            margin: 0px 0px 10px 0px;
        }

        div#schoolsDetail .clear {
            float: none;
            clear: both;
        }

        div#schoolsDetail .separator {
            border-top: solid 1px #bbbbb3;
            margin: 20px 0px;
        }

        div#schoolsDetail ul {
            margin: 0px 40px;
        }
        div#schoolsDetail ul li {
            font-weight: bold;
        }

        div#schoolsDetail span.highlight {
            font-weight: bold;
            color: #91ad1a;
        }

        div#schoolsDetail label {
            display: block;
            color: #766168;
            margin: 10px 0px 0px 0px;
        }

        div#schoolsDetail input {
            color: #766168;
            border: solid 1px #c3c6bb;
            height: 20px;
        }
        
        div#schoolsDetail input#email {
            width: 200px;
        }

        div#schoolsDetail input#password {
            float: left;
            width: 169px;
        }
        div#schoolsDetail input[type="submit"] {
            float: left;
            text-indent: -2000px;
            background: transparent url(/img/static/buttons/btnGoPurple.gif) no-repeat scroll 0px 0px;
            width: 26px;
            height: 20px;
            border: none 0px;
            margin: 0px 0px 0px 6px;
        }
