﻿/* Search form CSS  */

body{
	margin:0;
	background-color:#395893
}
.pagetop {
	background-image:url('http://www.wrapide.com/pan/img/structure/back-top.png');
	background-repeat:no-repeat;
	background-position:center;
	height:330px
	
}
.searchcontainer{
	background-image:url('http://www.wrapide.com/pan/img/structure/searchform.png');
	background-repeat:no-repeat;
	background-position:center;
	height:506px;
	text-align:center
}

input {

	border-color: white;
	border-width: 1px;
	border-style: none;
	width:180px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	font-size:13px
	
	
	
}
#searchformfields {
	
	margin:0;
	width:583px;
	padding-top:375px;
	margin-left:auto;
	margin-right:auto


	
}

