body {
	margin: 0px;
	padding: 0px;
	color: #25292E;
	font-family: 'Trebuchet MS', Arial, Helvetica;
	/* background-color: #BCBFB0; */
     background-color: #FFF; 
    /* background: url('../images/paper_texture_08.jpg') #FFF; */
}

a {
	color: #7D8D9F;
	text-decoration: none;
}

a:hover {
	color: #000;
}

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

b {
	color: #3A006F;
}


label {
    color: #AE00AE;
    font-weight: bold;
}

code {
	display: block;
	margin: 10px auto 10px 10px;
	padding: 10px 10px 10px 30px;
	background: #AAA;
	color: #222;
	border: 1px solid #000;
	font-style: normal;
	font-size: 14px;
	font-family: monospace;
}

dd {
    margin-left: 0px;
}

em {
	color: #A39E37;
}

input, select, textarea {
	vertical-align: middle;
	font-weight: normal;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #222;
	background-color: #f5f5f5;
}

button {
    border: 0 none;
    font: inherit;
    line-height: normal;
    background-color: transparent;
}

legend {
    padding: 5px;
}

ul li.feature {
    margin-bottom: 10px;
	font-size: 14px;
}

fieldset {
    margin: 10px auto;
    border: 1px solid #DDDDDD;
}
.clear {
	clear: both;
}
.error {
	display: inline;
	color: #EE0000;
	margin: 5px;
}

.api-error {
	font-size: 24px;
	font-style: italic;
}

#wrap {
}

#header-decoration {
	display: block;
	width: 100%;
	margin: 0px;
    background-color: transparent;
}

#header {
    width: 900px;
	text-align: right;
	color: #222;
	margin: 0px auto;
	padding-top: 7px;
}

#header a, #header a:visited {
	color: #000080;
}

#wrap-menu {
	width: 100%;
    /* background: url('../images/menu-background.png') #9E9A7D repeat-x; */
	margin: 0px;
	padding: 0px;
}

#logo {
	float: left;
	background-color: transparent;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
}

#menu {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	text-align: right;
}

#menu ul {
	margin: 0px 10px 0px 0px;
}

#menu ul li {
	overflow: hidden;
	list-style: none;
	float: left;
	font-size: 16px;
	margin-left: 20px;
}

#menu ul li:hover {
	background-color: transparent;
}

#menu ul li a {
	display: block;
	color: #550088;
	padding-top: 55px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #7B4400;
	/* background-color: #EBDCB9; */
}

#wrap-dynamic-update {
	display: block;
	width: 100%;
    height: 80px;
}

#dynamic-update {
	color: #222;
	padding: 0px;
	margin: 0px auto;
	width: 900px;
	text-align: center;
}

#dynamic-update span {
	color: #384673;
}

#up-content {
	width: 900px;
	margin-top: 5px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#up-content a, #up-content a:visited {
	color: #000080;
}

#up-content table.api {
	margin: 0px auto;
	width: 80%;
}

#up-content table.api td {
	margin: 10px;
	padding: 5px;
	border: 1px solid #222;
}

#up-content table.management {
	margin: 15px auto;
	border-collapse: collapse;
	width: 100%;
}

#up-content table.management td {
	margin: 10px;
	padding: 5px;
	border: 1px solid #777;
}

#up-content ul {

}

#up-content ul li {
	margin-top: 10px;
}

#up-content-margin-bottom {
	display: block;
	height: 50px;
}

#pagination {
	margin: 0 auto;
	text-align: right;
}

#pagination a {
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

#pagination strong {
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

#center-content {
	width: 900px;
	margin-top: 5px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#center-content a, #center-content a:visited {
	color: #000080;
}

#center-content-margin {
	display: block;
	height: 70px;
}

#center-content-margin-bottom {
	display: block;
	height: 100px;
}

#center-content table {

}

#center-content table td {
	padding: 5px;
}

#center-content table td.left {
	width: 900px;
}

#center-content table td.link {
	text-align: right;
}

#center-content table.options {
	display: none;
	width: 100%;
}

#center-content ul.help {

}

#center-content ul.help li {
	margin-top: 10px;
}

.textbox_normal {
	font-size: 16px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	margin: 3px;
}

.textbox_short_big {
	font-size: 20px;
	width: 99%;
	height: 50px;
	border: 1px solid #222;
	padding: 3px;
	margin: 0px;
	font-weight: bold;
}

.textbox_result_big {
    font-size: 20px;
    width: 50%;
    height: 50px;
    border: 1px solid #222;
    padding: 3px;
    margin: 0px;
    font-weight: bold;
}

.submit_big {
	border: 0px;
}

.submit_big:hover {
	filter: alpha(opacity = 80);
	opacity: 0.8;
}

.submit_normal {
	font-size: 16px;
	height: 30px;
	border: 1px solid #AAA;
	padding: 3px;
	background: #f5f5f5;
}

.submit_check {
    border: 1px solid #AAA;
    padding: 3px;
    background: #f5f5f5;
    margin: 1px;
}

img.authimg {
	vertical-align: middle;
}

#footer {
	background: url('../images/footer-background.png') #0E0E0E repeat-x;
	position: fixed ! important;
	width: 100%;
	bottom: 0;
	z-index: 5;
	height: 64px;
	background-repeat:repeat-x;
	color:#FFFFFF;
	_position:absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

#footer-info {
	display: block;
	color: #CCC;
	margin: 24px auto 0px auto;
	text-align: right;
}

#footer-info a, #footer-info a:hover, #footer-info a:visited {
	/* color: #7D8D9F; */
    color: #AE00AE;
}

#message {
	display: none;
	background-color: #750075;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	padding: 20px;
	margin: 5px auto;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position:absolute;
 	top: 250px;
 	z-index: 1;
 	width: 100%;
}

/***FIRST STYLE THE BUTTON***/
input#gobutton{
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 10px 45px; /*add some padding to the inside of the button*/
    background:#8dc63f; /*the colour of the button*/
    border:1px solid #33842a; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75);
    /*style the text*/
    color:#f3f3f3;
    font-size:1.5em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
    background-color :#399630; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
}

#shortWrapper {
    margin:0px auto;
}

#shortInput {
    float:left;
    height: 60px;
    text-align: right;
}
#shortSubmit {
}

#shortCustom {
	/**/
}

#shortHelp {
    margin:20px auto;
}

#shortHelpDonation {
    float:left;
}

#shortHelpFeature {
    float:left;
}

#shortBookmark {
    margin:20px auto;
}

.shortenLink {
    background-color: #f5f5f5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 16px 15px;
    border: 1px solid #dfdfdf;
    font-size: 1.8rem;
    font-size: 18px;
    min-height: 24px;
}

.shortenAction {
    float: right;
    background-color: #550088;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.8rem;
    font-size: 18px;
    color: #fff;
    padding: 18px 0;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.3);
    box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.3);
}

.shortenOptional {
    width: 500px;
}

.shortPreview {
    color: #550088;
    font-weight: bolder;
    margin-bottom: 10px;
}

.shortTitle {
    font-weight: bold;
    font-size: 2em;
}

.shortDesc {
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 1.3em;
}

.shortDescription {
    margin-top: 10px;
    font-size: 1.3em;
}

#save p {
    margin: 15px 0;
    vertical-align: middle;
    font-weight: bold;
    color: #006000;
}

#save img {
    margin: 5px;
}

.url {
    color: #222;
}

#ads {
	text-align: center;
	padding: 10px;
}

#ad-homepage {
    width: 900px;
    margin: 30px auto;
    text-align: center;
}

#shortAlternative {
    margin: 20px auto;
    width: 800px;
	border-bottom: 1px solid #222;
}

.container {
	max-width: 978px;
}

/* Placeholder styles */
::placeholder {
    color: #EEEEEE;
}

:-ms-input-placeholder {
    color: #EEEEEE;
}

::-ms-input-placeholder {
    color: #EEEEEE;
}