/* CSS Document */
input {
	background-color:#f8d4d4;
	font-family:"Century Gothic";
	font-size:90%;
	}

select {
	background-color:#f8d4d4;
	font-size:90%;
	font-family:"Century Gothic";
	width:180px;
	}
	
textarea{
	font-family:"Century Gothic";
	background-color:#f8d4d4;
	font-size:90%;
	}
	
form{
	border: 1px solid #f8d4d4;
	font-family:"Century Gothic";
	}

input.transparentBG{
	background-color: transparent;
	font-size:70%;
	}

input.pink {
	background-color: #f8d4d4;
	font-family:"Century Gothic";
	font-size: 90%;
	padding:0 4px 2px 4px;
	width: 60px;
}

img.pinkBorder {
	border: 1px solid #f8d4d4;
/*	outline:line;*/
	}
