.menu{
    width:50px;
    height:52px;
    position:fixed;
     margin:auto;
    top:120px;
    left:210px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
   background-color: #fffff;
}
input[type="submit"]
{
    background: #f0f0f0;
    //border: none;
}

.item{
    position:relative;
    background-color:#f0f0f0;
    //background-color: transparent;
    float:right;
    width:52px;
    margin:0px 5px;
    height:52px;
    border:2px solid #ddd;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
    -moz-box-shadow:1px 1px 3px #555;
    -webkit-box-shadow:1px 1px 3px #555;
    box-shadow:1px 1px 3px #555;
    cursor:pointer;
    overflow:hidden;
}

.link{
    left:2px;
    top:2px;
    position:absolute;
    width:48px;
    height:48px;
}
.icon_home{
    background:transparent url(../images/setup.png) no-repeat top left;
}
.icon_mail{
    background:transparent url(../images/away.png) no-repeat top left;
}
.icon_help{
    background:transparent url(../images/email.png) no-repeat top left;
}
.icon_contact{
    background:transparent url(../images/contact.png) no-repeat top left;
}
.icon_signup{
    background:transparent url(../images/signup.png) no-repeat top left;
}
.icon_login{
    background:transparent url(../images/login.png) no-repeat top left;
}
.icon_find{
    background:transparent url(../images/graph.png) no-repeat top left;
}
.icon_photos{
    background:transparent url(../images/choice.png) no-repeat top left;
}
.icon_switch{
    background:transparent url(../images/switch.png) no-repeat top left;
}
.icon_buddy{
    background:transparent url(../images/buddy.png) no-repeat top left;
}
.item_content{
    position:absolute;
    height:52px;
    width:220px;
    overflow:hidden;
    left:65px;
    top:7px;
    /*background:transparent;*/
    display:none;
}
.item_content h2{
    color:#aaa;
    text-shadow: 1px 1px 1px #fff;
    /*background-color:transparent;*/
    font-size:14px;
}
.item_content a{
   /* background-color:transparent;*/
    float:left;
    margin-right:7px;
    margin-top:3px;
    color:#bbb;
    text-shadow: 1px 1px 1px #fff;
    text-decoration:none;
    font-size:12px;
}
.item_content a:hover{
    color:#0b965b;
}
.item_content p {
    //background-color:transparent;
    display:none;
}
.item_content p input{
    border:1px solid #ccc;
    padding:1px;
    width:155px;
    float:left;
    margin-right:5px;
}
.body{
    //width:800px;
    height:52px;
    position:relative;
    top:130px;
    left:0px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    //text-transform: uppercase;
    background-color:transparent;
}
P.blocktext {
  font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
  position:relative;
    top:130px;
   margin-left: auto;
    margin-right: auto;
    width:800px;
}
UL.blocktext {
  font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
  position:relative;
    top:130px;
   margin-left: auto;
    margin-right: auto;
    width:800px;
	left:50px;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}
 td.ballom {
  padding: 50px;
  
}
 td.small {
  padding: 20px;
  
}
select{
	font-size:16pt;
}
input{
	font-size:16pt;
}
.input_container input {
	font-size:16pt;
	height: 30px;
	width: 380px;
	padding: 3px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.input_container ul {
	font-size:16pt;
	width: 386px;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	background: #f3f3f3;
	list-style: none;
}
.input_container ul li {
	padding: 2px;
}
.input_container ul li:hover {
	background: #eaeaea;
}
#school_list_id {
	display: none;
}