@charset "UTF-8";

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, figure, font, img, input, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
input { vertical-align: top; }
	
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }	

ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	
	
	
/* GLOBAL STYLES */

@font-face { 
	font-family: gill_sans; 
	font-weight: normal; 
	font-style: normal; 
	src: url('GillSans-Regular.ttf');
	}
	
@font-face { 
	font-family: gill_sans;
	font-weight: lighter; 
	src: url('GillSans-Light.ttf'); 
	}

html {
	height: 100%;
	}

body {
	height: 100%;
	background: url(../images/background.gif) 0 0 #ffffff;
	font-family: Arial, sans-serif;
	}
	
	h1 {
		position: relative;
		top: 25%;
		width: 100%;
		color: #ec008c;
		text-align: center;
		font-weight: normal;
		font-family: gill_sans;
		font-size: 46px;
		}
	
	section#request-portfolio {
		position: relative;
		top: 45%;
		left: 45%;
		width: 500px;
		height: 150px;
		background: transparent;
		/*border: 1px solid red;*/
		}
	
	section#request-portfolio img.logo {
		display: block;
		float: left;
		}
		
	section#request-portfolio aside {
		float: left;
		margin-top: 15px;
		}
		
		section#request-portfolio aside.thankyou { display: none; }
		
		aside h2 {
			color: #949494; 
			font-size: 34px;
			margin-bottom: 15px;
			font-weight: normal;
			font-family: gill_sans;
			}
			
		aside p {
			color: #585858;
			margin-top: -10px;
			}
		
		aside.form input {
			font-size: 14px;
			padding: 0 5px 0 5px;
			/*font-family: gill_sans;*/
			}
		
		aside.form input[type="submit"] {
			background: url(../images/button-background.png) 0 0 #88cd2b repeat-x;
			height: 27px;
			border: 0px;
			color: #ffffff;
			text-shadow: 0px -1px 1px #8bbe17;
			width: 110px;
			margin-left: 10px
			}
		
		aside.form input[type="text"] {
			background: url(../images/form-background.png) 0 0 no-repeat;
			border: 1px solid #d3d3d3;
			height: 25px;
			color: #b8b8b8;
			width: 225px;
			}