@charset "utf-8";
/* CSS Document */
a:link,
a:visited
{
	color:#c2dde3;
	text-decoration:none;
}
a:hover
{
	color:#c2dde3;
	text-decoration:underline;
}
a:active
{
	color:#c2dde3;
	text-decoration:none;
}
body
{
	font:12px Arial, Helvetica, sans-serif;
	color:#abacac;
}
.top-box
{
	background:url(../images/top-greybx.png);
	height:10px;
}
.bottom-box
{
	background:url(../images/base-greybx.png);
	height:10px;
	margin-top:-1px;
}
.center-box
{
	background:#242323;
	padding:10px;
	position:relative;
}

h2
{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#2d5f6b;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	position:absolute;
	top:0px;
}
h1
{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#2d5f6b;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	position:absolute;
	top:0px;
}

.GB_Window .header
{
	position:absolute;
	top:10px;
}
form textarea
{
	width:630px;
	border:none;
	background:#101010;
	padding:9px;
	color:#a9a9a9;
	font:14px Arial, Helvetica, sans-serif;
	height:30px;
	margin-bottom:5px;
}
form input.txt
{
	border:none;
	background:#101010;
	padding:10px;
	color:#a9a9a9;
	font:14px Arial, Helvetica, sans-serif;
}
form input.btn:hover
{
	background:url(../images/btn_bg.png) 0px top repeat-x;
	border:solid 1px #151515;
	padding:5px;
	font-weight:bold;
	color:#0e2a30;
}
form input.btn
{
	background:url(../images/btn_bg.png) 0px bottom repeat-x;
	border:solid 1px #151515;
	padding:5px;
	font-weight:bold;
	color:#151515;
}

.clear
{
	clear:both;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
}
label
{
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#575757;
	text-transform:uppercase;
}
form input.c_left
{
	font:italic 14px Georgia, "Times New Roman", Times, serif;
	color:#828181;
	border:none;
	background:transparent;	
}
div.close
{
	position:absolute;
	top:-5px;
	right:5px;
	width:24px;
	height:23px;
	text-indent:-99999px;
	overflow:hidden;
}
div.close a
{
	background:url(../images/close.png);
	display:block;
	height:23px;
	width:24px;
}
div.close a:hover
{
	background-position:bottom;
}

body form input.ok
{
	background:url(../images/send.png) no-repeat;
	width:93px;
	height:33px;
	text-indent:-99999px;
	overflow:hidden;
	border:none;
}
body form input.ok:hover
{
	background:url(../images/send.png) bottom no-repeat;
	border:none;
}
hr.sep
{
	background:#292929;
	border:none;
	border-bottom:solid 1px #1a1a1a;
}
.user-pic,
.user-info
{
	margin-top:10px;
	float:left;
}
.user-pic img
{
	border:solid 5px #1c1b1b;
}
.user-info
{
	padding-left:10px;
	width:300px;
}
body .user-info p
{
	color:#808485;
	font:italic 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
body .user-info p span
{
	color:#c2dde3;
	font-style:normal;
}

div.follow a
{
	display:block;
	background:url(../images/follow.png) top no-repeat;
	width:109px;
	text-indent:-9999px;
	overflow:hidden;
	height:33px;
}
div.follow a:hover
{
	display:block;
	background:url(../images/follow.png) bottom no-repeat;
	width:109px;
	height:33px;
}

.whatisgeochirp .center-box p
{
	font:12px Arial, Helvetica, sans-serif;
}

.whatisgeochirp .center-box p span
{
	font-weight:bold;
	color:#2d5f6b;
}

.feedbackform form
{
	padding:0px;
	margin:0px;
}
.feedbackform ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.feedbackform li input
{
	padding:10px;
	margin:0px;
	border:solid 1px #000;
}
.feedbackform li.name,
.feedbackform li.email
{
	float:left;
}
.feedbackform li.name input,
.feedbackform li.email input
{
	background:#1a1a1a;
	width:297px;
	color:#a9a9a9;
}
.feedbackform li.name input
{
	margin-right:12px;
}
.feedbackform li.name input:focus,
.feedbackform li.email input:focus,
.feedbackform li.feedback textarea:focus
{
	background:#000;
	border:solid 1px #000;
}

.feedbackform li label
{
	font:9px Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 0px;
}
body.feedbackform li.feedback
{
	padding-top:5px;
	clear:both;
}
.feedbackform li textarea
{
	border:solid 1px #000;
	height:150px;
	background:#1a1a1a;
}
.feedbackform h3 span
{
	font:normal 16px Arial, Helvetica, sans-serif;
}
.feedbackform h3
{
	text-align:center;
	font:italic 24px Georgia, "Times New Roman", Times, serif;
	color:#cdcdcd;
}
.feedbackform h3 b
{
	font:italic 16px Georgia, "Times New Roman", Times, serif;
	color:#cdcdcd;
}
.error
{
	color:#a38243;
}

p.lasttweet
{
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	color:#858585;
}
p.lasttweet a
{
	color:#c2dde3;
	text-decoration:none;
}
p.lasttweet a:hover
{
	color:#c2dde3;
	text-decoration:underline;
}

h3
{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#2d5f6b;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
body.about
{
	margin-top:25px;
}
body.about a
{
	padding-right:12px;
	background:url(../images/phaseII/ex-links.png) right 2px no-repeat;
}


/* ----- Added on 18th Aug 2009 ----- */
  .center-box fieldset
  {
  	border:solid 1px #000;
  }
    .center-box legend
  {
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 12px;
color: #2d5f6b;
padding: 0px;
margin: 0px;
text-transform: uppercase;
letter-spacing: 0.5px;

  }
#shorturl
{
width: 425px;
background-color: #101010;
padding:4px;
color: #a9a9a9;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
border:none;
}
.selectlang
{
	background-color: #101010;
	color: #a9a9a9;
	padding:2px;
	border:none;
}
.getshorturl
{
	background:url(../images/get-short-url.png) 0px top repeat-x;
	border:none;
	width:193px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
}
.getshorturl:hover
{
	background:url(../images/get-short-url.png) 0px bottom repeat-x;
	border:none;
	width:193px;
	height:24px;
}

/* ------ Added on 18th Aug 2009 ----------- */
