@charset "utf-8";

@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/mp-regular-webfont.eot');
	src: url('../fonts/mp-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mp-regular-webfont.woff') format('woff'), url('../fonts/mp-regular-webfont.svg#MyriadProRegular') format('svg'), url('../fonts/mp-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProBold';
	src: url('../fonts/myriadpro-bold-webfont.eot');
	src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-bold-webfont.woff') format('woff'), url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
	font-weight: normal;
	font-style: normal; 
}

html,
body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:20px;
	background:#ecebeb url(/img/main.png) 50% 0;
	font:normal 12px/22px Georgia, "Times New Roman", Times, serif;
	color:#5b5b5b; 
}


.fixwi p {display: block; width: 500px; font-size: 16px;}
.pform [type=text] {padding:5px; border-radius:6px; border:1px solid grey; font-size:18px;}
.pform textarea {padding:5px; border-radius:6px; border:1px solid grey; font-size:18px;}

.pform input[type=submit] {
    background: #6cc6ff;
    background: linear-gradient(to bottom, #6cc6ff, #0973de);
    color: #FFF;
    padding: 5px 10px;
    border: none;
    font-size: 16px;
    text-shadow: 1px 1px 0px black;
    border-radius: 4px;
}

.pform  input[type=submit]:hover {background:#0973de;
 cursor:pointer;
}