/*
Theme Name: swipedstudio v1
Theme URI: http://www.swipedstudio.com
Description: My theme site
Version: 1.0
Author: Sam Miller
Author URI: http://www.swipedstudio.com
*/

/* forms css */
.formleft
{
	color:#000;
	display:inline;
	width:35px;
	float:left;
}
.formright
{
	color:#000;
	display:inline;
	width:170px;
	float:right;
}
.srch-txt
{
	font-size:12px;
	width:100px;
	margin-bottom:4px;
}
.name
{
 width:150px;
 height:85px;
}
#search {
width:304px;
padding:5px;
background-color:#020202;
background:url('../images/vsite/about_ul_bg.jpg');
text-align:left;
height:155px;
overflow:hidden;
}

#search #searchField {
background-color:#ffffff;
border:1px solid #849ab2;
border-radius:2px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
height:140px;
width:280px;
overflow:hidden;
padding:5px 2px 0 15px;
float:left;
margin-right:10px;
}
#search #search_field input {
border:1px solid #ffffff;
background-color:#ffffff;
height:5px;
width:5px;
font-size:5px;
line-height: 6px;

}
#search button {
padding:3px;
width:155px;
height:20px;
background-color:#333;
color:#ffffff;
font:bold 13px Arial, Helvetica, sans-serif;
border:none;
margin-top:3px;
cursor:pointer;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}