@charset "utf-8";
/* ----------------------------
		BASIC STYLES
------------------------------- */

						/*Change your font here */
body 					{
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6		{ color: #333333;}

p 		{ font-size: 12px;padding: 0px;line-height: 24px;margin-top: 0px;margin-right: 0px;margin-bottom: 12px;margin-left: 0px;color: #666666;}

ol 		{ list-style-type: lower-roman;}
dt 		{ font-weight: bold;text-decoration: underline;font-size: 14px;margin-top: 5px;margin-bottom: 5px;}

dd 		{
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#admin_wrapper {
	width: 450px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 10px solid #d6d6d6;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
	#admin_wrapper h1 	{ font-size: 28px;padding-bottom: 10px;}




/* ----------------------------
		NOTIFICATIONS
------------------------------- */
.success, .fail, .information, .attention {
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
}

.success 				{ background-color: #D5FFCF; border: 1px solid #97FF88; color: #009900; background-image: url(../images/accept.png);}
.fail 					{ background-color: #FFCFCF;border: 1px solid #FF9595;color: #CC3300; background-image: url(../images/delete.png);}
.information 			{ background-color: #DCE3FF;border: 1px solid #93A8FF;color: #0033FF; background-image: url(../images/information.png);}
.attention 				{ background-color: #FFFBCC;border: 1px solid #FFF35E;color: #C69E00; background-image: url(../images/warning.png);}

.close-notification					{
	width: 16px;
	height: 16px;
	position: absolute;
	background: url(../images/close.png) no-repeat;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.even {
	background: #EAEAEA;
}


/* ----------------------------
		FORMS
------------------------------- */
.small			{ width: 15%;}
.medium 		{ width: 35%;}
.large			{ width: 75%;}
.xlarge			{ width: 90%;}
.full			{ width: 98%;}


form  label 	{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px;
	margin-top: 12px;
}

form p 			{
	padding: 0px;
	margin: 0px;
}

form .input {
	margin-top: 0px 10px 0px 0px;
	background-color: #fff;
	border: 1px solid #C4C4C4;
    height: 13px;
    padding: 7px 6px;	
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

form .button {
	margin:0;
	padding: 7px 12px;
	color:#636363;
	font-weight:bold;
	
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

input:focus, textarea:focus {
	background-color: #f4f4f4;	
}




#wrapper  { width:500px; margin: 0 auto;}

	#wrapper img { width:331px; margin: 0 auto; padding: 50px 75px 25px 75px;  }

	#user_form { background: white; padding: 15px; overflow:hidden; margin: 0 0 25px 0; 	
				-moz-border-radius: 3px 3px 3px 3px;
				-webkit-border-radius: 3px 3px 3px 3px;
				border-radius: 3px 3px 3px 3px;
				}

		#user_form div {width:225px; float:left; overflow:visible;}

		#user_form h1 {font-weight:bold; font-style:italic; font-size:20px; letter-spacing:-1px; color:#eb008b;}

			#user_form h1 span {color: #6b003f;}
			
			#user_form div h1 {margin: 0 0 15px 0;}
			
		#user_form>div:first-of-type { padding-right:8px;}
		#user_form>div:last-of-type { padding-left:8px;}
	
	#user_form .sml-text {font-size: 10px; line-height: 14px;}
	#user_form p.actions {float:left; display:block;}