* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
}

html {
	background:#666666 url(../_images/bg_wrapper.gif) repeat-y center top;
}

body.blank {
	float:left;
}

body {
	position: relative;
	text-align:center;
	font-family:Georgia, Times, "Times New Roman", serif;
	color:#333333;
	font-size:76%;
}

a {
	color:#2b79aa;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

.clear {
	display:block;
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

.left {
	float:left;
	display:inline;
}

.right {
	float:right;
	display:inline;
}

input {
	font-family:Arial, Verdana, sans-serif;
	margin-bottom:5px;
	border:1px solid #999;
	padding-top:.2em;
	padding-bottom:.2em;
	vertical-align:middle;
	font-size:10px;
}

input.file {
	font-family:Arial, Verdana, sans-serif;
	margin-bottom:5px;
	border:1px solid #999;
	padding-top:.2em;
	padding-bottom:.2em;
	vertical-align:middle;
	font-size:10px;
}

input.text {
	background:#f8edd5;
	width:95%;
}

select.text {
	background:#f8edd5;
	width:95%;
}

textarea {
	background:#f8edd5;
	font-family:Arial, Verdana, sans-serif;
	margin-bottom:5px;
	border:1px solid #999;
	padding-top:.2em;
	padding-bottom:.2em;
	vertical-align:middle;
	font-size:10px;
}

select {
	font-family:Arial, Verdana, sans-serif;
}

.button {
color:#333;
text-transform: uppercase;
background:#d8cdb5;
border:1px solid #999;
padding:.2em;

}

.button:hover {
text-decoration:none;
background:#e8ddc5;
color:#3698d6;
cursor: pointer;
}

.redbutton {
	color:#fff;
	text-transform: uppercase;
	background:#cc0000;
}

.redbutton:hover {
	color:#fff;
	background:#bb0000;
	cursor: pointer;
}


#wrapper {
	width:790px;
	background:#efeae3 url(../_images/bg_wrapper.gif) repeat-y center top;
	margin:0 auto;
}

#header {
	position:relative;
	width:790px;
	padding-top:10px;
	padding-bottom:10px;
	background:#ada9a3 url(../_images/bg_header.gif) no-repeat center bottom;
	position:relative;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:161px;
	margin-top:2em;
}

#logo img {
	border:0;
}

#nav {
	color:#6d6d6d;
	width:760px;
	background:#cbc5b6;
	margin:0 auto;
	list-style: none;
}

#nav li {
	font-size:1.5em;
	text-align:right;
	display:inline;
	padding:0;
	margin:0;
}

#nav li a {
	display: block;
	padding-top:9px;
	padding-bottom:9px;
	padding-right:10px;
	color:#4d4d4d;
	text-align:right;
	text-decoration: none;
}


#nav li.about a {
	background:#cfc9ba;
}

#nav li.photos a {
	background:#d7d1c2;
}

#nav li.videos a {
	background:#ccc6b7;
}

#nav li.links a {
	background:#d1cbbc;
}

#nav li.users a {
	background:#cbc5b6;
}

#nav li.contact a {
	background:#d2ccbd;
}

#nav li a.over {
	background:#ada9a3;
	color:#fff;
}

#nav li a:hover {
	background:#3698d6;
	color:#fff;
}

/**********************************User Status */

#userStatus {
width:760px;
color:#333333;
background: #b4d0b2;
font-size:13px;
line-height: 16px;
text-align: right;
margin:0 auto;
}


#userStatus a {
color:#385240;
padding-left:4px;
padding-right:4px;
}

#userStatus a:hover {
color:#333;
text-decoration: underline;
}

#userStatus p {
padding-top:5px;
padding-bottom:5px;
padding-right:8px;
}

#content {
	text-align:left;
	margin-top:20px;
	margin-bottom:35px;
}

#content #column1 {
	width:470px;
	text-align:left;
	float:right;
	display:inline;
	margin-right:25px;
}


#content #column2 {
	float:left;
	display:inline;
	margin-left:25px;
}

#content #column1 h4 {
	font-size:1.1em;
	font-weight:normal;
	font-style: italic;
	text-align:right;
	margin-right:20px;
	padding-top:4px;
	padding-bottom:4px;
}

h4 .day {
color:#999999;
}

#column2 select {
	background:#fff;
	width: 218px;
	border:1px solid #999;
	font-size:11px;
	padding:1px;
	color:#666666;
	font-weight:bold;
	margin-top:1px;
	margin-bottom:2px;
}

#column2 select option {
	color:#333333;
	font-weight:normal;
	line-height:18px;
	padding-left:2px;
}

#column2 select .bold {
	font-weight:bold;
}

.smallbox {
	width:245px;
	margin-bottom:20px;
}

.smallbox h3 {
	font-size:1.2em;
	color:#5b544f;
	font-weight:normal;
	padding:3px;
	text-align:left;
	margin-left:15px;
	position:relative;
}

.smallbox h3 a {
	color:#5b544f;
}


.smallbox .yeah_top {
	height:124px;
	background: url(../_images/yeah_top_bg.gif) no-repeat;
}

.smallbox #yeahlink {
	display:block;
	height:124px;
}

.smallbox .yeah_top h3 {
	text-indent: -9999px;
}

.smallbox .top {
	height:9px;
	font-size:0px;
	line-height:0px;
	background: url(../_images/box_sm_top.gif) no-repeat;
}

.smallbox .middle {
	background: url(../_images/box_sm_mid.gif) repeat-y;
	position:relative;
}

.smallbox .middle p {
	text-align:center;
	font-size:.9em;
	padding-top:5px;
	padding-bottom:5px;
}

.smallbox .hr {
	height:4px;
	font-size:0px;
	line-height:0px;
	background: url(../_images/box_sm_hr.gif) no-repeat;
}

.smallbox .bottom {
	height: 9px;
	font-size:0px;
	line-height:0px;
	background: url(../_images/box_sm_bot.gif) no-repeat;
	clear:both;
}

#yeah_updates {
	width:226px;
	height:190px;
	margin:0 auto;
	background:#eee;
	overflow:auto;
	padding-top:10px;
	line-height:17px;
}

#yeah_updates h3 {
	margin-left:13px;
	margin-top:5px;
	margin-bottom:6px;
	font-size:13px;
	color:#666666;
	background:url(../_images/yeah_hr.gif) center no-repeat;
}

#yeah_updates h3 em {
	font-style:normal;
	background:#eeeeee;
	padding-right:8px;
}

#yeah_updates .yeah_hr {	
	height:17px;
	background:url(../_images/yeah_hr.gif) center no-repeat;
	margin-bottom:30px;
}

#yeah_updates h2 {
	font-weight:normal;
	margin-left:20px;
	font-size:12px;
	color:#333333;
}

#yeah_updates h4 {
	font-size:11px;
	font-weight:normal;
	text-align:right;
	margin-right:18px;
	margin-bottom:2px;
}


#yeah_updates p {
	font-size:11px;
	color:#666666;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}

#yeah_updates p.embed {
	font-size: 1em;
	line-height: 1.3em;
	padding:0;
	margin: 0 auto;
	padding-bottom: .2em;
	text-align:center;
}

#yeah_updates p.embed img {
	margin-top:3px;
}

#yeah_updates p.embed a img {
	border:2px solid #fff;
}

#yeah_updates p.embed a {
	display:block;
	background:#2b79aa;
	color:#fff;
	padding-bottom:5px;
}

#yeah_updates p.embed a:hover {
	background:#666;
	color:#fff;
	text-decoration:none;
}


.largebox {
	width:466px;
	margin-bottom:20px;
}

.largebox .top {
	height:8px;
	font-size:0px;
	line-height:0px;
	background: url(../_images/box_lg_top.gif) no-repeat;
}

.largebox .header {
	background: url(../_images/box_lg_head.gif) repeat-y center;
	margin-bottom: 12px;
	position:relative;
}

.largebox h1 {
	font-size:1.4em;
	color:#45403c;
	font-weight:normal;
	float:left;
	display:inline;
	margin-left:5px;
	position:relative;
}

.largebox h2 {
	font-size:1.3em;
	line-height:1.5em;
	color:#45403c;
	font-weight:normal;
	float:left;
	display:inline;
	padding:5px;
	margin-left:15px;
	position:relative;
}

.largebox h2 a {
	color:#45403c;
}


.largebox h3 {
	font-size:1em;
	color:#45403c;
	font-weight:normal;
	float:right;
	display:inline;
	padding-top:8px;
	margin-right:20px;
	position:relative;
}

.largebox h3 em {
	font-size:.85em;
	padding-right:3px;
}

.largebox .hr {
	height:4px;
	font-size:0px;
	line-height:0px;
	background: url(../_images/box_lg_hr.gif) no-repeat center;
	clear:both;
}

.largebox .middle {
	background: url(../_images/box_lg_mid.gif) repeat-y;
	padding-bottom: 8px;
}

.largebox .middle p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: .2em;
	text-align:left;
	padding-left: 25px;
	padding-right: 30px;
}

.largebox .middle .userpage p {
	font-size:1.4em;
	line-height: 2.2em;
}

.largebox .middle .links p {
	font-size:1.2em;
	line-height: 2.2em;
}

.largebox .middle .links a {
	font-size: 1.4em;
}

.largebox .middle p.embed {
	font-size: 1.2em;
	line-height: 1.6em;
	padding:0;
	margin: 0 auto;
	padding-bottom: .2em;
	text-align:center;
}

.largebox .middle p.embed img {
	margin-top:3px;
}

.largebox .middle p.embed a img {
	border:2px solid #fff;
}

.largebox .middle p.embed a {
	display:block;
	background:#2b79aa;
	color:#fff;
	padding-bottom:5px;
}

.largebox .middle p.embed a:hover {
	background:#666;
	color:#fff;
	text-decoration:none;
}


.largebox .middle p.comment {
	text-align:right;
	padding-bottom:5px;
	padding-top:5px;
}


.largebox .bottom {
	height:13px;
	background: url(../_images/box_lg_bot.gif) no-repeat;
}

.largebox h2.vidinfo {
	width:70%;
}

.largebox h3.download {
	float:right;
	display:inline;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	background: url(../_images/quicktime.gif) no-repeat left;
	margin:0;
	margin-top:5px;
	margin-right:15px;
}

/**********************************Pagination */

.pagination {
	width:430px;
	color:#999;
	text-align: center;
	font-size:1em;
	word-spacing:2px;
	margin:0 auto;
}

.pagination strong {
	color:#666;
}

.older {
	float:right;
	display:inline;
}

.newer {
	float:left;
	display:inline;
}

/**************************Thumbs*/

a.thumbLink {
	position: relative;
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.smallbox .thumbs {
	margin-left:16px;
	margin-top:10px;
}

.largebox .thumbs {
	margin-left:19px;
	margin-top:10px;
}

.smallbox .thumbs p {
	font-size:1em;
	text-align:left;
	margin-right:15px;
}

.thumbs a img {
	border:1px solid #3698d6;
}

.thumbs a:visited img {
	border:1px solid #999999;
}

.thumbs a:hover img {
	border:1px solid #666666;
}

.thumbs a img.selectedp {
	border:3px solid #000000;
}

.photoInfo {
	text-align:center;
	font-size:10px;
	line-height:15px;
	visibility: hidden;
	top:80px;
	left:80px;
	position:absolute;
	width:120px;
	z-index: 200;
	overflow:hidden;
}

.photoInfoB {
	background:url(../_images/photoInfoBgB.gif) no-repeat bottom left;
	display:block;
	padding-bottom:5px;
	padding-right:2px;
	padding-left:2px;
}

.photoInfoT {
	display:block;
	height:12px;
	background:transparent url(../_images/photoInfoBg.gif) no-repeat;
}

.photoInfo p {
	height:20px;
}

.photoInfo strong {
	font-size:12px;
}

em.photo {
	padding-top:2px;
	padding-left:17px;
	background:url(../_images/cameraIcon.gif) no-repeat;
	position:relative;
}

em.video {
	padding-top:2px;
	padding-left:17px;
	background:url(../_images/videoIcon.gif) no-repeat;
	position:relative;
}

#browse .thumbs img {
	width:92px;
	height:92px;
}

#browse {
	background:#eee;
	padding:5px;
	border:1px solid #999;
	margin-left:20px;
	margin-right:20px;
	padding-left:11px;
	padding-top:10px;
}

#browse h3 {
	font-size:1.2em;
	color:#45403c;
	font-weight:normal;
	float:left;
	display:inline;
	padding:5px;
	position:relative;
}



/**************Information*/

.information {
	margin-left:8px;
	margin-right:8px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	position:relative;
}

.largebox .information {
	background: url(../_images/box_lg_head.gif) repeat-y center;
}

.middle .information p {
	text-align:left;
}

.information p strong {
	font-size:15px;
	font-weight:normal;
}

.information h1 {
	padding-top:2px;
	padding-right:5px;
	position:relative;
}

.information h2 {
	margin:0;
	padding:0;
	position:relative;
}

.information h3 {
	margin:0;
	position:relative;
}

.information h3 em {
	font-size:1em;
}


/**************View Media*/

.viewMedia {
	margin-left:10px;
	margin-right:10px;
	padding-top:8px;
	text-align:center;
	margin-bottom:5px;
	background:url('../slimbox_ex/images/sb_loading.gif') no-repeat center;
}

.viewMedia img {
	border: 1px solid #666666;
}

.viewMedia a img {
	border: 1px solid #3698d6
}

.viewMedia a:hover img {
	border: 1px solid #666
}

.viewMedia img, .viewMedia p {
display: block;
margin:0 auto;
}


/**********************************Comment */

.commentBox {
margin-left:20px;
margin-right:20px;
border:1px solid #999;
background:#f5f4f0;
text-align:center;
margin-bottom:10px;
clear:both;
}

.largebox .middle .commentBox p {
padding:1px;
}

.commentBox .avatar {
float:left;
}

.commentBox .avatar img {
margin:2px;
border-width: 1px;
}

.commentBox .posthead {
margin:2px;
height:2px;
}

.commentBox .name {
margin:0;
float:left;
}

.commentBox .date {
margin:0;
float: right;
}

.commentBox .date img {
vertical-align: top;
}

.commentBox blockquote {
float:left;
width:330px;
margin-left:8px;
padding:.5em;
display: inline;
background:#fff;
text-align:center;
}

.largebox .middle .commentBox blockquote p {
overflow:hidden;
padding:0;
margin:0;
text-align:center;
}

.commentBox .footer {
clear:both;
height:1px;
line-height: 1px;
}

/**********************************Comment Form */


.commentForm input {
	border:1px solid #999;
	font-size:11px;
}

.commentForm textarea {
	color:#666;
	border:1px solid #999;
	font-size:12px;
	margin-left:18px;
	margin-bottom:5px;
	text-align:center;
	width:430px;
	height:50px;
	padding-top:.5em;
}

.commentForm .button {
	padding-top:.5em;
	padding-bottom:.5em;
	margin-bottom:10px;
	margin-right:20px;
	float:right;
}


/*********************Recent Comments*****/

#recentComments {
	list-style: none;
}

#recentComments li {
	color:#666;
	margin-right:10px;
	line-height:14px;
	z-index: 0;
}

#recentComments li.odd {
	background:#eeeeee;
}

#recentComments li a {
	color:#666;
	display:block;
	padding:9px;
}

#recentComments li a:hover {
	text-decoration: underline;
}

#recentComments li strong {
	display:block;
	font-style: oblique;
	color:#333;
}

#recentComments li em {
	display:block;
	margin-top:3px;
	color:#3698d6;

}
/**********************************Error Message*/
.error {
	font-weight: bold;
	color:#ff0000;
	margin-bottom:1px;
	text-align: center;
}

/**********************************Info Message*/

.info {
	font-weight: bold;
	color:#009900;
	margin-bottom:1px;
	text-align: center;
}

/********************************************* FORMS *************************************/

/**********************************Labels*/

/**********************************Simple Form*/

#simpleForm {
	width:300px;
	text-align: left;
	margin:0 auto;
	margin-top:15px;
}

#simpleForm.fluid {
	width:90%;
	position:relative;
}

#simpleForm label {
	color:#666;
	padding-bottom:2px;
	display:block;
}

#simpleForm .text {
	width:100%;
	font-size:13px;
	margin-right:0px;
	text-align:left;
	color:#333;
}

#simpleForm textarea.big {
	width:100%;
	height:200px;
	font-size:13px;
	margin-right:0px;
	text-align:left;
	color:#333;
}

#simpleForm p {
	padding-bottom:8px;
	margin-left:0px;
}

#simpleForm .button {
	padding:.2em;
	font-size:13px;
}

/**********************************Inset Login*/
#insetLogin {
text-align: center;
margin-top:10px;
}

#insetLogin input {
margin-right:5px;
}

#insetLogin .text {
width:210px;
margin-right:0px;
text-align:left;
color:#666;
}

#insetLogin p {
font-size:11px;
margin-bottom:2px;
margin-left:0px;
}

#insetLogin .button {
padding:.2em;
font-size:10px;
}

/**********************************Update Content*/
#content.update {
margin-top:0px;
}

#content.update #column1 {
	width:400px;
}

/**********************************Update Nav*/

.updateNav {
display:block;
list-style:none;
font-size:1.5em;
height:1.8em;
text-align:right;
margin-top:8px;
margin-bottom:12px;
margin-left:20px;
margin-right:20px;
border-bottom:1px solid #ccc;
}

.updateNav li {
float:left;
padding-right:8px;
padding-left:8px;
padding-top:2px;
padding-bottom:2px;
border-right:1px solid #666;
}

.updateNav a.selected {
color:#666;
}

.updateNav .cstart, .updateNav .cend {
border:0;
}

/**********************************Update Box*/

#updateBox {
width:400px;
background: #ffffff;
border: 1px solid #45403c;
margin:0 auto;
}

#myfiles #updateBox {
width:auto;
background: #ffffff;
border: 1px solid #45403c;
margin-left:25px;
margin-right:25px;
}


#updateBox h2 {
	font-size:1.3em;
	color:#45403c;
	font-weight:normal;
	padding:8px;
	padding-left:15px;
	background: #b4d0b2;
	border-bottom:1px solid #999;
}

#myfiles #updateBox div.files {
width:30%;
float:left;
display:inline;
background:#eeeeee;
border:1px solid #ccc;
margin-left:16px;
margin-top:18px;
margin-bottom:20px;
}

#myfiles #updateBox h3 {
font-weight:normal;
color:#45403c;
border-bottom:1px solid #cecece;
padding:5px;
margin:8px;
}


#myfiles #updateBox div.files img {
width:94px;
margin-bottom:2px;
}

#myfiles #updateBox div.files p {
padding-top:8px;
padding-left:8px;
margin-bottom:8px;
position:relative;
}

#myfiles #updateBox div.files .error {
position:absolute;
text-align:center;
padding:5px;
background:#ffffff;
border:1px solid #ccc;
top:10px;
left:10px;
}


/**********************************Tools Nav*/

ul#toolsNav {
float:left;
list-style: none;
font-family: Georgia, "Times New Roman", serif;
font-size:1.3em;
width:98%;
height:29px;
background: url('../_images/line.gif') repeat-x bottom;
}

ul#toolsNav li {
color:#ffffff;
background: #385240;
margin:0;
float:left;
width:25%;
border: 1px solid #45403c;
height:25px;
margin-top:5px;
margin-left:5px;
display: inline;
}

ul#toolsNav li#end {
border-right: 1px solid #45403c;
}

ul#toolsNav li a {
color:#ffffff;
display: block;
margin-top:5px;
}

ul#toolsNav li a:hover {
text-decoration:underline;
}

ul#toolsNav li.selected {
background: #ffffff;
border-bottom:0;
margin-top:0;
height:30px;
}

ul#toolsNav li.selected a {
color:#333333;
}

/**********************************Tools*/

#tools {
background:#ffffff;
border: 1px solid #45403c;
border-top:0;
float:left;
width:98%;
position: relative;
display: inline;
}

iframe#toolsFrame {
border:0;
width:320px;
height:400px;
background:url('../slimbox_ex/images/sb_loading.gif') no-repeat center;
}

#updateBox #info, #tools #info {
background: #b4d0b2;
border:1px solid #385240;
text-align: left;
margin-left:15px;
margin-right:15px;
margin-top:12px;
padding:8px;
font-size:10px;
line-height:15px;
}

/**********************************Insert*/

ul#insert {
clear:both;
margin-left:12px;
list-style: none;
line-height: 16px;
}

ul#insert li {
font-weight: bold;
font-size: 13px;
}

ul#insert li ul {
margin-left:12px;
margin-bottom: 8px;
list-style: disc;
}

ul#insert li ul li {
font-weight: normal;
font-size:12px;
}

/**********************************Upload Bar*/

#progress_win {
text-align: center;
position:absolute;
top:0px;
left:0px;
z-index: 100;
visibility: hidden;
}

#progressouter {
background:#eeeeee url('../_images/loadbar.gif') repeat-x;
width:90%;
height:18px;
border-left:1px #c0c0c0 solid;
border-right:1px #c0c0c0 solid;
margin:0 auto;
margin-top:4px;
margin-bottom:2px;
}

#progressinner {
background:#eeeeee url('../_images/progress.gif') repeat-x;
height:18px;
width:0px;
}

#percent {
font-weight: bold;
width:90%;
text-align:center;
line-height:18px;
font-size:14px;
color:#333333;
}

#details {
width:90%;
text-align:center;
line-height:18px;
font-size:13px;
color:#333333;
}

#details .error {
width:80%;
margin:0 auto;
text-align: left;
}

/**********************************Scrolling Content*/

#scrolling_content {
	overflow:auto;
	border:1px solid #ccc;
	margin:5px;
	height:180px;
	padding:4px;
}

#scrolling_content img {
	float:left;
	display:inline;
	margin:3px;
	margin-bottom:8px;
	padding:2px;
	border: 1px solid #999;
	width:75px;
}

#scrolling_content p {
	float:left;
	display:inline;
	margin:0;
	margin-top:8px;
}

/**********************************Upload Details*/

#upload_details {
	border:1px solid #ccc;
	margin:5px;
	padding:4px;
}

#upload_details img {
	float:left;
	display:inline;
	margin:3px;
	margin-bottom:8px;
	padding:2px;
	border: 1px solid #999;
}

#upload_details p {
	float:left;
	display:inline;
	margin:0;
}

#upload_details hr {
	margin:8px;
	color:#666;
	height:1px;
	line-height:1px;
	font-size:1px;
	background:#666;
	border:0;
}

/**********************************Image Select*/

.image_select select {
	width:170px;
	height:180px;
	float:right;
	display:inline;
	margin:0;
	border:1px solid #999;
}

.image_select option {
	line-height:16px;
	padding:3px;
}

#previewImage {
	float:left;
	display:inline;
	padding:2px;
	border: 1px solid #999;
}

/**********************************User Table*/

#usertable {
width:90%;
margin:0 auto;
font-size:12px;
}

#usertable tr.even {
background:#d3cfc6;
}

#usertable td, #usertable th {
text-align:left;
padding:5px;
}

/************************************User Links*/
.userlinks {
color:#333333;
background: #b4d0b2;
font-size:12px;
line-height: 16px;
text-align: right;
margin-left:20px;
margin-right:20px;
}

.largebox .middle p.userlinks {
	text-align:right;
	padding:3px;
}


.userlinks a {
color:#385240;
padding-left:4px;
padding-right:4px;
}

.userlinks a:hover {
color:#333;
text-decoration: underline;
}

/************************************Poll*/


.poll h4 {
	text-align:center;
	font-size:13px;
	font-weight:normal;
	padding:6px;
}

.poll span {
	font-size:11px;
}

.smallbox .middle .poll p {
	text-align:left;
	margin-left:0px;
	padding-left:20px;
	font-size:13px;
}

.poll em {
	display:block;
	padding-bottom:2px;
	font-style:normal;
}

.poll .percent {
	display:inline;
	float:left;
	background:url(../_images/poll_bg.gif);
	height:28px;
	color:#ffffff;
	border-left:#5d5b5b 1px solid;
	border-right:#5d5b5b 1px solid;
}

.poll .percent strong {
	display:block;
	padding-top:6px;
	padding-right:6px;
	text-align:right;
}

.poll .votes {
	float:left;
	display:inline;
	color:#666666;
	padding-top:7px;
	padding-left:5px;
}

