/*********************************************
 CONTENT BASE LAYOUT
 *********************************************/
#bContent {
	position: relative;
	left: -50px;
	top: 0;
	width: 600px;
	float: left;
}

h1 {
	color: #497DA4;
}

#bContent h2 {
	padding: 0 0 12px 33px;
	margin: 0;
	font-size: 20px;
}

#bContent h1 {
	padding: 0 0 33px 0;
	margin: -7px 0 0 50px;
}

#bBgTop {
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 4990;
}

#bBgBottom {
	position: relative;
	left: 0;
	z-index: 4990;
}

#container {
	position:relative;
	width: 940px;
	min-height: 47px;
	float: left;
    padding-left: 50px;
}

#bBottom {
    position: relative;
    margin: 20px 0;
}

#ask {
	z-index: 5100;
	line-height: 1.2;
    margin-left: 38px;
    width: 309px;
    min-height: 150px;
}

#sparks {
	margin-left: 38px;
	width: 309px;
	overflow-x: hidden;
	height: 260px;
}

#submit {
	position: absolute;
	left: 22px;
	top: 10px;
	cursor: pointer;
}

#cornerBear {
	position: absolute;
	left: 350px;
	top: 150px;
	width: 308px;
	height: 323px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/ext/bear-your-own-idea.gif)
}

.therest {
	position: relative;
	z-index: 5000;
}

/*********************************************
 DETAILS BOX
 *********************************************/
#ask p { padding: 0 0 10px; }

#ask em { color: #889; }

#ask h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: #00ADEF;
	font-size: 20px;
	line-height: 18px;
}

#ask input { padding: 0; background: transparent; }

.lined {
	border: 0 none;
	border-bottom: 1px dotted #ccc;
	background: #fff;
}

.dlg_line img {
	vertical-align: -4px;
	padding-top: 3px;
}

#sparksContainer h3 {
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#sparksContainer {
	padding-left: 20px;
}

.starter {
	text-indent: -20px;
}

/*********************************************
 HEADER STUFF
 *********************************************/
#bHeader {
	position: relative;
	z-index: 5000;
    margin-bottom: -20px
}

#bHeader div {
	position: absolute;
	font-size: 19px;
	color: #497DA4;
	top: 38px;
}

#bHeader .choose {
	left: 44px;
}

#bHeader .write {
	left: 275px;
}

#bHeader .buy {
	left: 520px;
}

#bBox {
	position: relative;
	z-index: 4995;
}

/*********************************************
 CORNER STUFF
 *********************************************/
#bCorner {
    position: absolute;
    width: 260px;
    left: 636px;
    top: 106px;
    height: 100px;
    z-index: 4996;
}

#bCorner .message {
    color: #024F89;
    font-size: 12px;
    margin: 0 125px 0 0;
    line-height: 1.2;
}

#bCorner .message h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#bCorner #avatar {
    position: absolute;
    left: 155px;
    top: 0;
}

#bCorner .thumbnail {
    position: absolute;
    left: 95px;
    top: 151px;
}
