.blue-text{
color: blue;
}
body{

margin:0;
background-color: lightblue;
}
 
#topbar{
background-color: #7A0000;
height:46px;
width=100%;
color:white;
}

#mycosmos-logo img {
margin:3px 0px 0 0px;
height: 40px;
width: 40px;
border-radius: 10px;
position: relative;
top: -46px;
float: left;
padding-left:4px; 


}


#MyCosmostitle
{
font-family: Futura Arial, Helmet, Freesans, sans-serif;
position: relative;
top: 10px;
left:40px;
color:white;
padding:20px 10px 0 10px;
margin-right:10px;
font-size: 1.9em;
font-weight: bold;
/*border-right: 1px solid #990000;*/

}

.fixedwidth {
width:1150px;
margin: 0 auto;
}



#topmenudiv{
float: left;
position: relative;
top:-62px;
left:200px;
}

ul{
    list-style-type: none;
    font-family: Futura Arial, Helmet, Freesans, sans-serif;
    margin: 0;
    padding: 0;
    padding-top:14px;
    overflow: hidden;
	}

li {
    float: left;
  }

li a {
    font-size: 15px;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:active{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #333;
}

#searchdiv {
position: relative;
top: -35px;
left:400px;

}

#searchdiv input{
padding: 0 8px 0 8px;
height:24px;
font-size:15px;
border:none;
background-image: url("images/magnify.png");
background-repeat:no-repeat;
background-position: right center;

}

#subtitle{
color: white;
font-weight: bold;
font-size: 1.3em;
}

/* CSS for observing form */

@import url(http://fonts.googleapis.com/css?family=Raleway);
div.controlsBox{
    width: 800px;
    height: 610px;
    margin:0 auto;
}  
div.observing{
    width: 600px;
    margin:0 auto;
    background-color:#EEEEEE;
    margin-top: 60px;
    float:left;
    border-radius: 5px;
    Border:2px solid #999900;
    padding:0px 50px 20px;
    font-family: 'Raleway', sans-serif;
} 

#error{
    display:block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#success{
    color:green;
    font-weight:bold;
}

span{
    color:red;
}

h2{
    background-color: #7A0000;
    padding: 20px;
    color:white;
    margin: 0 -50px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
b{
    font-size:18px;
    display: block;
    color: #555;
}
hr{
    margin: 0 -50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom:25px;
}
li{
  color: #464646;
  font-size: 15px;
  font-weight: bold;
} 
label{
    color: #464646;
    font-size: 16px;
    font-weight: bold;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email]{
    width:96%;
    height:25px;
    padding:5px;
    margin-top:5px;
    margin-bottom:15px;
}
input[type=radio]
{
    margin:20px;
}

/* 
select{
    margin-bottom: 15px;
    margin-top: 5px;