﻿/*
-----------------------------------------------
seeeqs.com Login Page
Target:		/mypage/login.tpl
Author:		Harry Nakayama
Version:	2013/09/04
----------------------------------------------- */
/*
===============================================
Imported Styles
=============================================== */
/* /css/base2.css
 *
 * - Elements
 *   - *
 *   - html
 *   - body
 *
 * - Major Class
 *   - .spinner (usually div)
 *   - .error
 *   - .alignLeft, .alignRight, .alignCenter
 *   - .marginTop0
 *   - .wrapper
 *   - .clear
 *
 * - header
 *   + nav
 *
 * - Main Content (#content)
 *
 * - footer
 *   + .copy
 *   + nav
----------------------------------------------- */
@import url("/css/base.css");

/*
===============================================
Elements
=============================================== */
h2	{
	font-size:150%;
}

/*
===============================================
Classes
=============================================== */


/*
===============================================
header
=============================================== */


/*
===============================================
content
=============================================== */
#content	{
	width:640px;
	height:480px;
	/*background-color:#39F;*/
	background-color:rgba(59,67,68,0.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
div.outerDiv	{
	margin-top:2em;
}
div.leftDiv	{
	float:left;
	width:360px;
}
div.rightDiv	{
	float:right;
	width:240px;
	padding:16px;
	background-color:rgba(59,67,68,0.4);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
form div:nth-of-type(n+2)	{
	margin-top:10px;
}
input[type="text"], input[type="password"]	{
	width:280px;
	font-size:100%;
	color:rgb(59,67,68);
	padding:0.25em;
}
input[type="submit"]	{
	margin-top:1em;
	padding:0.25em 0.5em;
}
#content nav	{
	margin-top:3em;
}
#content nav li	{
	margin-top:1em;
}
div.rightDiv ul	{
	margin-left:0;
	padding-left:1.5em;
	list-style:disc;
}

/*
===============================================
footer
=============================================== */
