/* page - view/themes/details.cfm */

div.flashwrapperdetails {
		position: absolute;
		width: 612px;
		height: 310px;
		top: 42px;
		left: 190px;
}
div.startBottomDetails {
		background: url(../assets/content_rounded_top.gif) no-repeat;
}
div.themeBackgroundDetails {
		position: relative;
		background: url(../assets/theme_start/board_small.jpg) no-repeat;
		background-color: #fff;
		height: 310px;
}
#startContentDetails {
		position: relative;
		height: 310px;
}
#startContentDetails span {
		font-size: 18px;
		position: absolute;
		left: 60px;
		top: 155px;
}
#startContentDetails p {
		position: absolute;
		left: 280px;
		top: 155px;
		color: #fff;
		font-size: 13px;
		width: 250px;
}
#startContentDetails div.flashButton {
		position: absolute;
		left: 418px;
		top: 55px;
		width: 156px;
		height: 40px;
}


/* page - view/start.cfm */

div.flashwrapper {
	position: absolute;
	width: 612px;
	height: 638px;
	top: 42px;
	left: 190px;
	background-color: #fff;
}
div.startBottom {
	background: url(../assets/content_rounded_top.gif) no-repeat;
}

div.startBackground {
	position: relative;
	height: 638px;
	background: url(../assets/board.jpg) no-repeat;
	background-color: #fff;
}
#startContent div.flashButton {
	position: absolute;
	left: 418px;
	top: 55px;
	width: 156px;
	height: 40px;
}
div.fallbackActivity {
	width: 150px;
	height: 90px;
	overflow: hidden;
	position: absolute;
}
div.fallbackYooser {
	width: 70px;
	height: 85px;
	overflow: hidden;
	position: absolute;
	font-size: 10px;
}
div.fallbackYooser div {
	width: 100%;
	text-align: center;
}
#FBActivity1 {
	top: 150px;
	left: 300px;
}
#FBActivity2 {
	top: 200px;
	left: 430px;
}
#FBActivity3 {
	top: 270px;
	left: 270px;
}
#FBActivity4 {
	top: 330px;
	left: 450px;
}
#FBActivity5 {
	top: 390px;
	left: 290px;
}
#FBYooser1 {
	top: 510px;
	left: 48px;
}
#FBYooser2 {
	top: 510px;
	left: 151px;
}
#FBYooser3 {
	top: 510px;
	left: 264px;
}
#FBYooser4 {
	top: 510px;
	left: 402px;
}
#FBYooser5 {
	top: 510px;
	left: 491px;
}
img.FallBackYooserImg {
	position: relative;
	top: 5px;
	left: 7px;
	width: 61px;
	height: 61px;
	margin-bottom: 3px;
}


/* 
page - view/generic/confirm.cfm 
page - view/generic/content.cfm 
*/

div.tabless {
	background: url(../assets/content_rounded_top.gif) no-repeat;
	padding: 10px;
}


/* 
page - view/generic/imgUploadDone.cfm 
page - view/generic/imgUpload.cfm
*/

div.imgUpload {
	text-align: center;
	width: 100%;
	height: 100%;
	background: #e6e6e6;
}


div.imgUpload {
	text-align: center;
	width: 100%;
	height: 100%;
	background: #e6e6e6;
}
/* contact form */
form.contactForm fieldset {
	width: 400px;
	padding: 20px;
}
form.contactForm fieldset label {
	float:left;
	width: 160px;
	text-align: right;
	padding-right: 10px;
    margin-top: 10px;
}
form.contactForm fieldset input {
	float: left;
	margin-top: 10px;
}
form.contactForm fieldset textarea {
	width: 200px;
	height: 100px;
	background: url(../assets/contactFormTextarea.gif) no-repeat;
	margin-top: 10px;
}
form.contactForm fieldset input.submit {
	float: right;
}
form.contactForm fieldset img {
	margin-top: 10px;
	margin-left: 171px;
}
div.switchDisplay {
	width: 220px;
	padding: 20px;
}

