input.search_input{
	font-size: 12px; 
	line-height: 12px;
	width: 100px;
	height: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
    
    border-bottom: #f4f4f4 solid 0px;
    border-top: #f4f4f4 solid 1px;
    border-right: #f4f4f4 solid 0px;
    border-left: #f4f4f4 solid 1px;
    background-color: #f4f4f4;
    margin-top: 8px;
}

.submit_link{
color: #ffffff; 
font-weight: bold; 
margin-left: 24px;
}

.submit_link:hover, .submit_link:active{
color: #4A50AA;
}