/*---------------------------
[Template Structure]

Project:	 SlideOut
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------


@charset "UTF-8";

/* 1. General */


#searchtitle{
	font-size: 20px;
    margin-bottom: 25px;
}
#searchword{
	border-width: thin;
    border-style: solid;
    border-color: #d8d8d8;
    width: 100%;
    height: 40px;
    padding: 15px;
}
#searchhr{
	color: #d8d8d8;
    background-color: #d8d8d8;
    border: 0;
    height: 1px;
}

