﻿@charset "utf-8";
/* ==============================================================================
Name: Tsekwi Simoyi | Graphic Designer
Type: CSS Document
Description: CSS for Tsekwi Simoyi's Online Portfolio, a skilled Graphic Designer.
Author/ Designer: Tsekwi Simoyi
Copyright: Tsekwi Simoyi | Graphic Designer 2011
================================================================================= */

/* Contact Form
--------------------------------------------------------------------------------- */

input, textarea { 
	padding: 8px;
	border: solid 1px #ccc;
	font: normal 12px Verdana, Geneva, sans-serif;
	width: 200px;
	background: /*url('form_background.png') left top repeat-x*/ #eee;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 100px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	-moz-box-shadow:0 0 8px white;
	-webkit-box-shadow:0 0 8px white;
	box-shadow:0 0 8px white;
}

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

.submit input {
	width: auto;
	padding: 10px 14px;
	background: #617798;
	font-size: 14px;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}

#contact-wrapper {
	width:405px;
	height:515px;
	background-color:#ddd;
	padding:15px;
}

#form-wrap { 
	width:405px;
	height:485px;
}

#close {
	display:none;
	float: left;
	width: 400px;
	height: 25px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration:none;
	color: #333;
	/*background: url("close.png") no-repeat;*/
	background-position: -75px 10px;
}

.f-label {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding:5px 0px 0px 0px;
}