/*/////////////////////////
ASHLEY BOLSER AGENCY
CLIENT: NOKIA
PROJECT: SIGN UP MICROSITE
MEDIA: ALL
/////////////////////////*/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: #fff;
}


#pageWrapper {
	width: 628px;
	margin: 0 auto;
	text-align: left;
}

#contentWrapper {
	width: 628px;
	float: left;
	background: url(../images/bk-colRight.gif) repeat-y bottom right;
}

#mainWrapper {
	width: 628px;
	float: left;
	background: url(../images/bk-wrapper.jpg) no-repeat top left;
}

#colLeft {
	width: 414px;
	float: left;
	background: url(../images/bk-colLeft.jpg) no-repeat bottom left;
	min-height: 465px;
	overflow: hidden;
}
#colRight {
	width: 214px;
	float: right;
	height: 465px;
}

.introBlock {
	width: 357px;
	height: 136px;
	float: left;
	padding: 111px 0px 0px 57px;
	color: #666;
}

.introBlock p {
	font-size: 90%;
	margin-bottom: 15px;
	line-height: 130%;
	line-height: 130%;
	float: left;
}

.formBlock {
	width: 340px;
	min-height: 195px;
	_height: 195px;
	float: left;
	color: #666;
	padding: 10px 10px 0px 65px;
	background: url(../images/bk-form.jpg) no-repeat top right;
	font-size: 90%;
}

#formBase {
	width: 365px;
	height: 13px;
	float: left;
	background: url(../images/bk-formBase.jpg) no-repeat bottom right;
	padding: 0px 0px 0px 50px;
}

* html #formBase {
	height: 10px;	
}

.formBlock table {
	border-collapse: collapse;
	border: 0px;
	color: #666;
	margin-bottom: 5px;
	display: block;
	float: left;
}
.formBlock table td.pad {
	padding-right: 10px;	
}
.formBlock table td {
	padding-bottom: 4px;	
}

.inputText {
	border: 1px solid #ccc;
	padding: 2px;
	width: 210px;
}

.titleDetails {
	height: 15px;
	float: left;
	background: url(../images/bk-titleDetails.gif) no-repeat top left;
	text-indent: -999em;
	margin-bottom: 10px;
}

.titleHappyFriends {
	height: 15px;
	float: left;
	background: url(../images/bk-titleHappyFriends.gif) no-repeat top left;
	text-indent: -999em;
	margin-bottom: 10px;
	margin-top: 20px;
}



.addFriend {
	cursor: pointer;	
}

#colBase {
	width: 628px;
	height: 16px;
	float: left;
	background: url(../images/bk-base.gif) no-repeat center top;
}

.formBlock p {
	margin-bottom: 8px;	
}

.formBlock p.submitHolder {
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
.formBlock p.mandatory {
	float: right;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	font-size: 90%;
}


.formBlock a {
	color: #666;
	text-decoration: underline;
}
.formBlock a:hover {
	text-decoration: none;
}

.formBlock input {
	vertical-align: bottom;	
}

#error {
/*
	position: absolute;
	top: 321px;
	right: -115px;
	width: 300px;
*/
	background-color: white;
	border: 2px solid red;
	padding: 4px;
	margin-bottom: 10px;
}

#error ul {
	padding-top: 5px;
	padding-left: 20px;
}
#error ul li {
	padding: 2px 0px;
}


/* MISC */

.access {
	display: none;	
}

.error {
	color: #F00;	
}

a:active {
	outline: none;	
}
a:focus {
	outline: none;	
}