html
{
	overflow-y: scroll;
}

body
{
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

em
{
	font-weight: bold;
}

p
{
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 16px;
}

#outer-wrapper
{
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
}

#terms #outer-wrapper, #suggestions #outer-wrapper
{
	background-image: url(../images/body-bg-slim.png);
}

#inner-wrapper
{
	margin: 0 auto;
	width: 940px;
}

#header
{
	padding: 7px 6px 7px 0;
	line-height: 36px;
	height: 36px;
}

#main
{
	padding-top: 15px;
}

#suggestions #main
{
	padding-top: 16px;
}

#footer
{
	overflow: hidden;
	padding-top: 20px;
	line-height: 24px;
}

.logo, .logo a
{
	display: block;
	width: 135px;
	height: 36px;
}

.logo
{
	float: left;
	background-image: url(../images/peepler.png);
	background-repeat: no-repeat;
}


.ie6 .logo
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/peepler.png');
}

.ie6 .logo a
{
	position: relative;
}

.logo span
{
	display: none;
}

.navigation
{
	float: right;
	overflow: hidden;
}

.navigation li
{
	float: left;
	padding: 0 5px;
}

.navigation a
{
	font-size: 11px;
	text-decoration: none;
	color: #F1DAFC;
}

.navigation a:hover
{
	text-decoration: underline;
	color: #FFF;
}

.exclamation
{
	font-style: italic;
}

.about
{
	margin-bottom: 13px;
	padding: 0 10px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

.search-form .email-field, .search-form .email-field-label
{
	height: 35px;
	width: 430px;
	background: transparent;
	font-size: 20px;
	line-height: 35px;
}

.search-form
{
	position: relative;
	margin: 0 auto 22px;
	width: 569px;
	height: 68px;
}

.search-form fieldset
{
	padding: 6px 30px 14px;
	background: url(../images/search-form-bg.png);
	background-repeat: no-repeat;
}

.ie6 .search-form fieldset
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/search-form-bg.png');
}

.search-form .email-field-label
{
	position: absolute;
	/*display: none;*/
	top: 15px;
	left: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	cursor: text;
}

.search-form .email-field
{
	margin: 6px 0 0;
	padding-top: 8px;
	display: block;
	float: left;
	border: none;
	color: #333;
	z-index: 10;
}


/* IE text centering */
.ie67 .search-form .email-field
{
	padding-top: 4px;
}

/* IE6 png fix bug */
.ie6 .search-form .email-field
{
	position: relative;
}

.search-button
{
	display: block;
	float: right;
	border: none;
	width: 56px;
	height: 56px;
	background-image: url(../images/search-button.jpg);
	background-color: transparent;
	cursor: pointer;
}

.ie6 .search-button
{
	/* IE6 png fix bug */
	position: relative;
	/* Put the hover state as the default state */
	background-position: 0 -56px;
}

.search-button:hover
{
	background-position: 0 -56px;
}

.search-button:focus
{
	outline: none;
}

.search-button span
{
	display: none;
}

.section-title
{
	padding: 24px 0 20px;
	font-size: 14px;
	word-spacing: -0.1em;
	color: #444;
}

.profiles
{
	overflow: hidden;
	margin: 0 auto;
}

.ie6 .profiles
{
	zoom: 1;
}

.profile
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 6px 6px 0;
	border: 1px solid #71D3EB;
	width: 180px;
	height: 180px;
}

.promo
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 6px 6px 0;
	border: 1px solid #D4D0C8;
	width: 180px;
	height: 180px;
}

.preloader
{
	padding-left: 32px;
	background-image: url(../images/throbber.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.profile-title
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 5px 15px -34px;
	width: 152px;
	height: 28px;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	line-height: 22px;
	text-indent: 30px;
}


.promo-title
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 5px -15px -34px;
	width: 152px;
	height: 28px;
	z-index: 2;
	background-color: #FFF;
	background-repeat: no-repeat;
	line-height: 22px;
	text-indent: 30px;
	font-size:10px;
}

.supported-networks li
{
	float: left;
}

.network
{
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/social-icons.png);
	margin-left: 10px;
}


.network span
{
	display: none;
}


.profile-title a
{
	color: #44525E;
	text-decoration: none;
}

.profile-title a:hover
{
	text-decoration: underline;
}

.profile-yahoo-messenger .profile-title, .network-yahoo-messenger
{
	background-position: -12px -252px;
}

.profile-hi5 .profile-title, .network-hi5
{
	background-position: -12px -108px;
}

.profile-netlog .profile-title, .network-netlog
{
	background-position: -12px -300px;
}

.profile-yahoo-360 .profile-title, .network-yahoo-360
{
	background-position: -12px -252px;
}

.profile-flickr .profile-title, .network-flickr
{
	background-position: -12px -12px;
}

.profile-gravatar .profile-title, .network-gravatar
{
	background-position: -12px -60px;
}

.profile-picasa .profile-title, .network-picasa
{
	background-position: -12px -204px;
}

.profile-myspace .profile-title, .network-myspace
{
	background-position: -12px -156px;
}

.profile-twitter .profile-title, .network-twitter
{
	background-position: -12px -350px;
}

.profile-avatar-container
{
	display: table-cell;
	width: 180px;
	height: 180px;
	vertical-align: middle;
	text-align: center;
}

/* IE vertical centering */
.ie67 .profile-avatar-container
{
	text-align: center;
	font-size: 163px;
}

.ie67 .profile-avatar-container img
{
	vertical-align: middle;
}

.supported-networks-container
{
	float: left;
}

.supported-networks-container h3
{
	float: left;
}

.supported-networks
{
	float: left;
	overflow: hidden;
}


.copyright
{
	float: right;
	font-size: 11px;
	color: #C5C8C3;
}

.copyright a
{
	color: #44525E;
	text-decoration: none;
}

.copyright a:hover
{
	text-decoration: underline;
}

.suggestions-form
{
	width: 536px;
}

.suggestions-form label
{
	display: block;
	margin-bottom: 5px;
}

.suggestions-form .email-field, .suggestions-form .suggestion-field
{
	display: block;
	margin-bottom: 20px;
	padding: 4px;
	width: 522px;
	font-size: 14px;
}

.send-suggestion-button
{
	float: right;
	width: 125px;
	height: 31px;
	font-size: 11px;
	font-weight: bold;
}

.messages
{
	margin-top: 10px;
	font-size: 10px;
}

.messages li
{
	margin-bottom: 10px;
}

#suggestions .infos
{
	margin-top: 20px;
	font-size: 12px;
}

#search .errors
{
	margin-top: 40px;
	font-size: 12px;
}

.validation-advice
{
	position: absolute;
	width: 222px;
	height: 33px;
	top: 54px;
	left: 200px;
	z-index: 10;
	padding: 27px 20px 10px;
	background-image: url('../images/tooltip.png');
	background-repeat: no-repeat;
}

.ie6 .validation-advice
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='resources/images/tooltip.png');
}
