@CHARSET "ISO-8859-1";

/***** fonts and headers *****/
h2.title, h4, .client {
	color: #01a1e3;
}

p.info {
		width: 55%;
}

h3 {
	letter-spacing: 0.5em;
}

.bold {
	font-weight: bold;
}

.portfolio_link a {
		text-decoration: none;
		color: #fff;
	}
	
p#required {
		color: #01a1e3;
		font-style: italic;
	}

/***** tables *****/

.left {
	width: 40%;
	height: 3em;
	text-align: left;
}

.right {
		width: 15%;
		font-weight: bold;
	}

#bronze {
		color: #A67D3D;
	}
	
#silver {
		color: #C0C0C0;
	}
	
#gold {
		color: #D9D919;
	}
	
#platinum {
		color: #D9D9F3;
	}		

#solutions, #packages {
	color: #01a1e3;
	text-align: center;
}

#packages {
		margin: auto;
	}

.check {
	background: url(../images/sphere.png) center no-repeat ;
}

#advanced {
	font-style: italic;
}

/***** contact us form *****/

label {
		color: #01a1e3;
		position: absolute;
	}
	
input, #textarea {
		margin-left: 10em;
		margin-bottom: 1em;
	}
	
.phone {
		margin-left: 0.5em;
	}
	
.ext, #reset {
	margin-left: 0.5em;
}

.ext_input {
	margin-left: 3em;
	}

#submit {
		margin-left: 10em;
	}

.field_error {
	color: #ff0000;
}