@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #050005;
	background-image: url(../nav_images/backgrounds/back-grad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.thrColFixHdr #container {
	width: 987px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BB97D5;
	border-right-color: #E9DDDE;
	border-bottom-color: #BB97D5;
	border-left-color: #E9DDDE;
	background-color: #FFFFFF;
} 
#events .date {
	font-size: 10px;
	display: block;
	padding: 1px;
	width: 55px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-image: url(../nav_images/backgrounds/date.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
	width: 410px;
	padding-top: 10px;
}

.thrColFixHdr #newsletter {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
	width: 600px;
	padding-top: 10px;
}

.thrColFixHdr #newsletter1 {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	width: 80px;
	/*padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;*/
}

.thrColFixHdr #privacypolicy 
 {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	width: 700px;
	/*padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;*/
}
.thrColFixHdr #newsletter2 {
	float: left; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
	width: 180px;
	/*padding-top: 10px;*/
}

.thrColFixHdr #directorysearchheader {
	float: right; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
	width: 600px;
	padding-top: 10px;
}

.thrColFixHdr #directorysearchfield {
	float: right; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 1px;
	width: 200px;
	padding-top: 10px;
}


#FullmainContent {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 10px;	
	width: 700px;
} 

#FullmainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../nav_images/backgrounds/bars/top-pick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11pt;
	text-indent: 3em;
	text-align: left;
	height: 30px;
	margin: 0px;
	line-height: 24pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 400px;
}
#mainContent-noside {
	margin-right: 50px;
	margin-left: 230px;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 10px;
	width: 700px;
} 
#mainContent-noside h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../nav_images/backgrounds/bars/top-pick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11pt;
	text-indent: 3em;
	text-align: left;
	height: 30px;
	margin: 0px;
	line-height: 24pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 400px;				
	
}
.thrColFixHdr #mainContent {
	margin-right: 440px;
	margin-left: 230px;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 10px;
	width: 300px;
} 

.thrColHybHdr #jobContent {
	padding:10px; 
	background-repeat: no-repeat;
	background-position: left top;
	width: 600px;
} 

.thrColFixHdr #JobmainContent {
	margin-right: 440px;
	margin-left: 230px;
	padding-right: 1px;
	padding-left: 10px;
	padding-top: 10px;
	width: 200px;
} 
.thrColFixHdr #footer {
	background-color: #BB97D5;
	margin-top: 10px;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	height: 110px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-color: #656566;
	border-bottom-color: #656566;
	border-top-style: solid;
	border-bottom-style: solid;
	background-image: url(../nav_images/backgrounds/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
#footer .foot-nav ul {
	padding-top: 12px;
}
#footer .foot-date {
	font-size: 9px;
	color: #333333;
	float: right;
	width: 970px;
	text-align: center;
	padding-top: 5px;
}
#footer .foot-nav a {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
#footer a {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
#footer .foot-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33B435;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#footer .foot-nav {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	float: left;
	width: 161px;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Main Navigation---------------------------------------------------------------*/

#nav_main {
	margin: 0;
	padding: 0;
	list-style: none;
	width:950px;
	float:right;
}

#nav_main  li{
	display: inline;
	
	
}

#nav_main  a {
	display:block;
	float:right;
	line-height: 25px;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #bb97d5;
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 13px;
	background-color: #F5F2F2;
}

#nav_main a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #BB97D5;
}

#nav_back {
	background-color: #E9DDDE;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: 25px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AE8CC7;
	border-bottom-color: #AE8CC7;
	position: relative;
}
/*Right side Navigation---------------------------------------------------------------*/
#sidebNav2 #nl {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 203px;
}
#sidebNav2 #nr {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 203px;
}
#sidebNav2 {
	float: left;
	margin-top: 20px;
}
     #m1 {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
 #m2 {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

#sidebNav2  li{
	list-style-type: none;
	display: inline;
}
#m2 a ,#m1 a  {
	font-family: "Arial Black";
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../nav_images/backgrounds/btn/lav-203-55.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 55px;
	width: 203px;
	display: block;
	line-height: 40px;
	text-decoration: none;
}
#m1  #bluen  a:hover , #m2  #bluen  a:hover,#m1  #lavn  a:hover , #m2  #lavn  a:hover{
	background-color: #4DB14E;
	background-image: url(../nav_images/backgrounds/btn/Green-203-55.gif);	
}
#m2  #bluen  a,#m1 #bluen a {
	background-image: url(../nav_images/backgrounds/btn/blue-203-55.gif);
}

/*bars ---------------------------------------------------------------*/

#bar_back{
background-color: #bb97d5;
line-height: 0.5em;
}
#sidebar2   h1,#sidebar2  h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../nav_images/backgrounds/bars/new-this-week.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12pt;
	text-indent: 3em;
	text-align: left;
	margin-bottom: -1em;
	height: 40px;
	line-height: 2.5em;
}
/* Side Navigation---------------------------------------------------------------*/

#navside {
	margin: 0;
	list-style: none;
	width: 200px;
	position: relative;
	float: left;
	padding-left: 1px;
}
#navside li {
	
	display: inline;
}
#navside a {
	display:block;
	line-height: 2.2em;
	text-deoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #F5F2F2;
	font-weight: bold;
	width: 200px;
	text-align: left;
	background-image: url(../nav_images/nav-bar/btn-beauty-fashion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 31px;
	text-indent: 40px;
	padding: 0px;
	background-color: #656566;
}
#navside a:hover{
	color: #7AB4FB;
	background-color: #333333;
}
/*---------------BTNS-------------------------------------------------------*/
#navside .auto a {
	background-image: url(../nav_images/nav-bar/btn-auto.gif);
}
#navside .beauty a {
	background-image: url(../nav_images/nav-bar/btn-beauty-fashion.gif);
}
#navside .business a {
	background-image: url(../nav_images/nav-bar/btn-business.gif);
}
#navside .cooks a {
	background-image: url(../nav_images/nav-bar/btn-creative-cooks.gif);
}
#navside .family a {
	background-image: url(../nav_images/nav-bar/btn-family-connect.gif);
}
#navside .health a {
	background-image: url(../nav_images/nav-bar/btn-health.gif);
}
#navside .love a {
	background-image: url(../nav_images/nav-bar/btn-love.gif);
}
#navside .hg a {
	background-image: url(../nav_images/nav-bar/btn-home-garden.gif);
}
#navside .legal a {
	background-image: url(../nav_images/nav-bar/btn-legal.gif);
}
#navside .motivation a {
	background-image: url(../nav_images/nav-bar/btn-motivation.gif);
}
#navside .society a {
	background-image: url(../nav_images/nav-bar/btn-society.gif);
}
#navside .sports a {
	background-image: url(../nav_images/nav-bar/btn-sports.gif);
}
#navside .tech a {
	background-image: url(../nav_images/nav-bar/btn-tech.gif);
}
#navside .travel a {
	background-image: url(../nav_images/nav-bar/btn-travel.gif);
}
#navside .women a {
	background-image: url(../nav_images/nav-bar/btn-womenof-the-month.gif);
}
/*---------------Hovers-------------------------------------------------------*/
#navside .auto a:hover {
	background-image: url(../nav_images/nav-bar/btn-auto2.gif);
}
#navside .beauty a:hover {
	background-image: url(../nav_images/nav-bar/btn-beauty-fashion2.gif);
}
#navside .business a:hover {
	background-image: url(../nav_images/nav-bar/btn-business2.gif);
}
#navside .cooks a:hover {
	background-image: url(../nav_images/nav-bar/btn-creative-cooks2.gif);
}
#navside .family a:hover {
	background-image: url(../nav_images/nav-bar/btn-family-connect2.gif);
}
#navside .health a:hover {
	background-image: url(../nav_images/nav-bar/btn-health2.gif);
}
#navside .love a:hover {
	background-image: url(../nav_images/nav-bar/btn-love2.gif);
}
#navside .hg a:hover {
	background-image: url(../nav_images/nav-bar/btn-home-garden2.gif);
}
#navside .legal a:hover {
	background-image: url(../nav_images/nav-bar/btn-legal2.gif);
}
#navside .motivation a:hover {
	background-image: url(../nav_images/nav-bar/btn-motivation2.gif);
}
#navside .sports a:hover {
	background-image: url(../nav_images/nav-bar/btn-sports2.gif);
}
#navside .society a:hover {
	background-image: url(../nav_images/nav-bar/btn-society2.gif);
}
#navside .tech a:hover {
	background-image: url(../nav_images/nav-bar/btn-tech2.gif);
}
#navside .travel a:hover {
	background-image: url(../nav_images/nav-bar/btn-travel2.gif);
}
#navside .women a:hover {
	background-image: url(../nav_images/nav-bar/btn-womenof-the-month2.gif);
}
/*---------Main links----------*/
#topS {
	border: 1px solid #DFDDDD;
	background-color: #F9F6F6;
	list-style: none;
	width: 302px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#topS li {
	display: inline;
	
}

#topS a {
	display:block;
	text-deoration: none;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #0099FF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#topS a:hover{
	color: #FFFFFF;
	background-color: #BB97D5;
	border-left-width: 3px;
	border-left-style: ridge;
	border-left-color: #6C952C;
}
#events {
	background-color: #F9F6F6;
	list-style: none;
	width: 302px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../nav_images/backgrounds/event-cork.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EFD6A6;
	border-right-color: #C1AD84;
	border-bottom-color: #656566;
	border-left-color: #C1AD84;
}

#events li {
	display: inline;
	
}
#events a {
	display:block;
	text-deoration: none;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5A176;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B39C6B;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B39C6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 40px;
	font-weight: bold;
}
#events a:hover{
	color: #FFFFFF;
	background-color: #BB97D5;
}

#mainContent #EventsHeader {
	background-image: url(../nav_images/backgrounds/bars/events.gif);
	
}
#mainContent  h1,#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../nav_images/backgrounds/bars/top-pick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11pt;
	text-indent: 3em;
	text-align: left;
	height: 30px;
	margin: 0px;
	line-height: 24pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 302px;
}

#jobContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../nav_images/backgrounds/bars/top-pick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12pt;
	text-indent: 3em;
	text-align: left;
	height: 30px;
	margin: 0px;
	line-height: 24pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 302px;
}

/*----------Directory Search Form-----*/

#directorysearch .FormHeader
{
	width: 200px;
}

#directorysearch .FormField
{
	width: 300px;
}

/*----------Side rt links-------*/
 #sidebar2 .section {
	clear: both;
	padding-top: 5pt;
	border-bottom: 3px double #E5E5DA;
}

 #sidebar2 .section h3 {
	margin: 0;
	color: #656566;
	letter-spacing: -1px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height: 13pt;
	vertical-align: text-bottom;
}

/* The padding and margin here offset each other, allowing padding for a:hover without affecting the h3 positioning */
 #sidebar2 .section h3 a {
	text-decoration: none;
	color: #33B435;
}

 #sidebar2 .section h3 a:hover {
	text-decoration: none;
	color: #BB97D5;
}

 #sidebar2 .section p {
	margin-bottom: 5px;
	color: #777;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

 #sidebar2 .section img {
	float: left;
	width: 100px;
	height: 100px;
	border: 2px solid #FFFFFF;
	padding: 0px;
	margin: 1px;
	background-color: #656566;
	background-image: url(../nav_images/backgrounds/no-image.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 #sidebar2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../nav_images/backgrounds/bars/new-this-week.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12pt;
	text-indent: 3em;
	text-align: left;
	height: 30px;
	margin: 0px;
	line-height: 24pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
/*--------------header parts-------------------------*/
#header h1 {
	margin: 0;
	color: #009900;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../nav_images/logos/womenOf-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9000px;
	width: 359px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
}
#header h1 a{
	display: block;
	height: 100px;	
}

#header #logo {
	float: left;
	width: 359px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #banner {
	float: right;
	width: 504px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav_back #clock {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B592CF;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-image: url(../nav_images/backgrounds/clock.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#mainContent li,ol,ul,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

#FullmainContent li,ol,ul,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

#newsletter li,ol,ul,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: justify;
}
#dgArticleListTop{
	background-color: #F4F4F4;
	margin-bottom: 10pt;
	border: 1px solid #999999;
	height: 150px;
	width: 600px;
	margin-top: 10px;
}
#dgArticleListTop p {
	padding: 5px;
	
	
}
#dgArticleListTop a 
{
	font-size: 12pt;
}
	
#FullmainContent .biglink
{
	font-size: 11pt;
}
/*--------------Note parts-------------------------*/

#note label {
	display: block;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	padding-right: 10px;
	color: #333333;
}
#note h1 {
	padding-left: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	display: block;
	margin-top: 60px;
}
#note .info {
	padding-left: 25px;
	padding-right: 50px;
	text-align: justify;
	font-size: 14px;
}
#note legend {
}
#note {
	padding:10px; background-image: url('../nav_images/backgrounds/paper-note.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	width: 500px;
	
}
#infoJob .infoJobBox1 {
	margin: 0px;
	padding: 0px;
	width: 280px;
	float: left;
}
#infoJob .infoJobBox2 {
	margin: 0px;
	padding: 0px;
	width: 260px;
	float: right;
}
.infoJobBox1 .infotoptext label, .infoJobBox2 .infotoptext label {
	width: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BB97D5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#infoJobDesc h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #656566;
	padding-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}
.infoJobBox1 .infotoptext p, .infoJobBox2 .infotoptext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}

.closebtn

{
    float: right;
}
