html, body {
	margin: 0;
	padding: 0;	
}

body {
	background: #F2F2F2;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.6;
	color: #444;
}

#content {
	width: 350px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: "Museo 700", Arial;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #D8D8D8;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 14px;
}

a {
	outline: none;	
}

a img {
	border: 0px solid #BBB;
	/*padding: 2px;	
	margin: 10px 30px 10px 0;
	vertical-align: top;*/
}

ul {
	margin: -7px 0 24px 0;
}
#my-tabs{
margin:6px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 39px; /*--Set height of tabs--*/
	border-bottom:1px solid #DADADA;
	border-top:1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	width: 100%; background:url(images/user-account-tab-back.jpg) repeat-x scroll left top transparent; 
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 38px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 38px; /*--Vertically aligns the text within the tab--*/

	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background-image:url(images/account-tab-devider.jpg); background-position:top right; background-repeat:no-repeat;
	
}
ul.tabs li a {
	text-decoration: none;	
	display: block;
	color:#5E5F5E; font-size:13px; font-weight:bold;
	outline: none; 
	padding:0 22px;
	
	cursor: pointer;
    
   
    overflow: hidden;
    text-align: center;
}
ul.tabs li a:hover {
	color:#5E5F5E; font-size:13px; font-weight:bold;
}
html ul.tabs li.activee, html ul.tabs li.activee a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 2px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	background-image:url(images/account-tab-devider.jpg); background-position:top right; background-repeat:no-repeat;
}
.tab_container {
	border: 1px solid #DADADA;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	border-bottom:2px solid #dadada;
	margin-bottom:10px;
}
.tab_content {
	padding-top: 10px;
	padding-left:5px;
	font-size: 1.2em;
}
