p {
	margin: 0px;
	padding: 0px;
}

nothing {
	background: #9a3b7f;
}

h1 {
	font-family: "presicav-1","presicav-2",sans-serif;
	font-weight: 500;
	font-size: 14pt;
	color: white;
	margin: 0px 0px 12px 0px;
	text-align: center;
}

div#connect_container {
	width: 960px;
	margin: 0px auto 12px auto;
	position: relative;
}

div#connect_sidebar_left {
	width: 224px;
	position: absolute;
	left: 0px;
}

div#connect_content {
	margin: 0px 0px 0px 12px;
	width: 512px;
	height: 500px;
	position: absolute;
	left: 224px;
}

div#connect_sidebar_right {
	width: 200px;
	position: absolute;
	right: 0px;
}

div#connect_explain {
	color: white;
	left: 0px;
	background: #9a3b7f;
	padding: 12px 12px 1px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 12px;
	font-size: 12pt;
	line-height: 1.5em;
	text-align: center;
}

div#connect_explain p {
	margin-bottom: 12px;
}

div#connect_profile {
	width: 200px;
	color: #666666;
	left: 0px;
	background: #dddddd;
	padding: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 12px;
}

div#connect_profile_title {
	background: #9a3b7f;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	margin-bottom: 12px;
}

div#connect_profile_photo {
	width: 200px;
	display: block;
	margin: 0px 0px 12px 0px;
	padding-right: 12px;
}

a#connect_profile_photo_edit {
	background: #666666;
	display: block;
	top: 12px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: white;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 12px;
}

div#connect_profile_photo img {
	width: 200px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#connect_profile_name {
	font-weight: bold;
	margin-bottom: 12px;
}

div#connect_profile_info {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
	padding-right: 12px;
}

div#connect_profile_info p.head {
	font-size: 8pt;
	font-weight: bold;
	margin-top: 12px;
}

div#connect_profile_info p.sub {
	font-size: 10pt;
	font-weight: normal;
}

div#connect_stream_create {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #9a3b7f;
	height: 40px;
	color: white;
}

div#connect_stream_create div {
	float: left;
	padding: 4px;
	margin: 8px;
}

div#connect_stream_create a {
	background: #c271a7;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 120px;
	float: left;
	color: white;
	text-align: center;
	padding: 4px;
	margin: 6px;
	text-decoration: none;
}

div#connect_others {
	width: 176px;
	color: #666666;
	left: 0px;
	background: #dddddd;
	padding: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 12px;
}

div#connect_others_title {
	background: #9a3b7f;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	margin-bottom: 12px;
}

div#connect_others p {
	font-size: 8pt;
	text-align: center;
	margin-top: 12px;
}

div#connect_others_icons {
	width: 199px;
	height: 236px;
	margin: 0px 0px 0px -11px;
}

div#connect_others_icons a.person {
	background: url(/../assets/images/connect/user_pic_small.png);
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 0px 12px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: -5000px;
	display: block;
}

div#connect_others_icons div.person {
	background: #bbbbbb;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 0px 12px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-indent: -5000px;
	display: block;
}