﻿/*

CSS for ANBU.INFO - An URL Shortening Service.

By Tharique Azeez 

URL : http://www.niram.org

If you like to talk to me feel free to mail me at enathu+anbu@gmail.com

*/



/* FIRST THINGS FIRST */

body {
			font: .8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			color: #333;
			background-color: #fff;
			margin-top: 5em;
		}

h1 {
			font-size: 2em;
			padding: 0;
			margin: 0;
		}

h3 {
			font-size: 13px;
			font-weight: bold;
			text-transform:uppercase;
		}

code {
		 font-size:13px;
		 font-weight:bold;
		}
#wrapper {
			width: 100%;
			margin: 0 auto;
			padding: 0px;
			background: #FFFFFF;
		}

#header {
		   height: 115px;
		   padding: 40px 0px 0px 0px;
		 }

fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}

img {
			border:none !important;
		}

a {
			color: #09c;
			text-decoration: none;
			font-weight: bold;
		}

a:visited {
			color: #07a;
		}

a:hover {
			color: #c30;
		}

.error, .success {
			font-size: 1.2em;
			font-weight: bold;
		}

.error {
			color: #ff0000;
		}

.success {
			color: #000;
		}

/* FORM STYLE */

.myform{
	margin:0 auto;
	width:600px;
	padding:14px;
}


#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}

#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:2px;
	}

#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}

#stylized label{
		font-weight:bold;
		width:140px;
		text-align:center;
	}

#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}

#stylized input{
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:400px;
		margin:2px 0 20px 10px;
	}

#stylized button{ 
		clear:both;
		width:125px;
		height:31px;
		background:#666666 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}

/* FOOTER THING */

#footer {
	width: 910px;
	height: 10px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #080808;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}

/* ABOUT ME AND MY THINGS - EXTREME FOOTER Man.. ;) */

#footer1 {
	background: #111;
	bottom: 0;
	left:0;
	color: #444;
	position: fixed;
	width: 100%;
}

#footer1 #anbu {
	float: left;
	margin-right: 0px;
}
#footer1 a {
	color:  #384662;
}
#footer1 p {
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 700px;
	text-transform:uppercase;
}

/* THAT'S IT! COOL */