#form-div { 


position: relative;
height:auto;
width:auto;
margin: 30px;
display:block;
border-left:1px dotted #ccc;
padding-left: 20px;
}

label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
input, textarea  {
	position: absolute; 
	font: 1em 'Open Sans', Helvetica, arial, sans serif;
	font-weight: 300;
	border: solid 1px #E5E5E5;
	background: white; 
	padding:10px;
	margin:0px; 
	width:200px;
	text-indent:0em;
	/*border-radius:10px;*/
	}

#name {	background: white url(../images/icon-name.png) 6px center no-repeat; 
		margin-bottom:20px;
		width:240px;
		position:relative;
		
		}
#email {background: white url(../images/iconemail.png) 6px center no-repeat; 
		position:relative;
		width:240px;
		margin-bottom:20px;
		
		}
#web {background: white url(../images/web-icon.png) 6px center no-repeat; 
		width:265px;
		}

textarea {
	position:relative; 
	text-indent:0;
	height: 130px;
	line-height: 150%;
	margin-bottom:20px;
	
	width:240px;
	overflow: auto;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	-moz-box-shadow:inset 0 0 4px #f63;
	-webkit-box-shadow:inset 0 0 4px #f63;
	box-shadow: inset 0 0 4px #f63;
	background-color:#f63\9;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	font-family: 'Abel', Helvetica, arial, sans serif ;
	font-style: normal;
	width: 262px;
	
	padding: 5px 0px;
	background: #eee;
	
	font-size: 1.2em;
	color: #f63;
	
	cursor:pointer;
	position:relative;
	text-indent:0px;
	}

#desk {
	position: absolute;
	right: 20px;
	top: 35px;
	width: 220px;
	height: 350px;
	background: white;
	/*border-radius:10px;*/
	padding:15px;
	;
	}
	

#desk a {
		text-decoration:none;
		color:#999;
		}
#box { position: relative;
		display:table-cell;
		text-align:center;
		padding:0px;
		margin:0px;
		}



p {font-family: 'Open Sans', Helvetica, arial, sans serif;
	color:#667;
	font-style: normal;
	font-size:1.1em;
	margin:0px;
	padding:0px; 
	margin-bottom:-5px;
	left:0px\9;
	}

