/*  
Theme Name: PURINA Bark in the Park 10
Theme URI: http://www.ogilvy.co.nz
Description: Custom theme for PURINA Bark in the Park 10 websites developed by staff at OgilvyInteractive Auckland
Version: 1.0
Author: OgilvyInteractive New Zealand
*/

/* Eric Meyer's Reset Reloaded: because all browsers are not created equal :) */
@import url('reset.css');



/* start of Default Universal Styles */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	margin:0;
	padding:0;
	font-size:68.75%; /* this makes 1em = 11px */
	line-height: 1.35em;
	background: url(../images/bg-gradient.jpg) repeat-x 0 0;
}

p{
	padding: 0;
	font-size: 1em;
	margin: 0 0 19px 0;
}

h1{
	padding: 0;
	margin: 40px 0 25px 23px;
	color: #231f20;
	font-size: 4.7em;
	text-transform: uppercase;
	text-indent: -12000px;
}

h2{
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: bold;
}

a{
	color: #555555;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/* end of Default Universal Styles */

#friendHolder{
	width: 365px;
	height: 363px;
	background: url(../images/bg-friendNew.jpg) no-repeat 0 0;
	padding: 10px 10px 10px 30px;
	
}

#friendHolder label{
	width: 80px;
	display: block;
	float: left;
}

.friendShort{
	width: 205px;
	height: 24px;
	background: url(../images/bg-friendShort.gif) no-repeat 0 0;
	border: 0;
	font-size: 1.2em;
	padding: 5px 10px 0 10px;
	margin: 0 0 4px 0;
}

.friendLong{
	font-family: Arial, Helvetica, sans-serif;
	width: 205px;
	height: 59px;
	background: url(../images/bg-friendLong.gif) no-repeat 0 0;
	border: 0;
	overflow: hidden;
	font-size: 1.2em;
	padding: 5px 10px 0 10px;
	margin: 8px 0 9px 0;
}

.sendBtn{
	float: left;
	width: 102px;
	height: 34px;
	border: 0;
	background: url(../images/btn-send.gif) no-repeat 0 0;
	cursor: pointer;
	margin: 0 10px 0 80px;
}

.backBtn{
	float: left;
	width: 102px;
	height: 34px;
	border: 0;
	background: url(../images/btn-back.gif) no-repeat 0 0;
	cursor: pointer;
}

#friendMsg{
	width: 450px;
	margin: 15px 0 0 0;
}

#friendMsg #divError{
	color: #930;	
}

#smallHolder{
	float: right;
	width: 212px;
	height: 161px;
	background: #000;
}

#divEmailError{
	color: #C30;	
}

#divThanks{
	color: #000;	
}

.redStar{
	color: #C30;
}
