/* ------------ html elements ------------ */

article, aside, figure, footer, header, hgroup, nav, section { 
	display: block; 
}
img { 
	border: 0;
}
form { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}
input[type=text], input[type=password] {
	margin: 2px 4px 2px 0;
	padding: 2px 4px;
}
input[type=checkbox] {
	margin: 2px 4px 2px 0;
}
ul {
	margin: 0; 
	padding: 0;
}
ul li { 
	list-style: none;
	padding-top: 2px;
}
table {
	width: 100%;
}
table td {
	padding: 3px;
	vertical-align: top;	
}
a { 
	color: #333; 
	text-decoration: underline; 
}
a:hover { 
	color: #777; 
	text-decoration: underline; 
}
.checkbox {
	margin: 0;
}
figure {
	margin: 0;
	padding: 3px;
}
figure figcaption {
	font-size: 10px;
}

/* ------------ common definitions ------------ */

.clear {
	clear: both;
}
.error {
	margin: 8px 0;
	padding: 3px 0 3px 10px;
	font-weight: bold;
	font-size: 11px;
	color: #f60000;	
}
.input {
	margin: 4px 0;
}
.error.info {
	background: #feeaeb;
	border: 1px solid #f3cfd1;
}
.error.warning {
	background: #feeaeb;
	border: 1px solid #f3cfd1;	
}
.error.success {
	background: #feeaeb;
	border: 1px solid #f3cfd1;	
}
.verify_string {
	margin: 4px 0;	
}
.verify_string img {
	margin: 0 0 -8px 0;
}
.submit {
	display: inline-block;
	padding: 8px 10px 7px 10px;
    background-color: #87b763;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);			
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border: 0;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	line-height: 1;
	cursor: pointer;
}
.submit:hover {
	background-color: #77ad4f;
}
.submit a {
	color: #000;
	text-decoration: none;
}
div.blue {
	color: #0066dd;
	cursor: pointer;
}
div.blue:hover {	
	text-decoration: underline;
}
a.blue {
	color: #0066dd;
	text-decoration: none;
}
a.blue:hover {	
	text-decoration: underline;
}
h1 {
	margin: 16px 0 12px 0;
}
.success {
	text-align: center;
	line-height: 20px;
}
.loading {
	margin: 24px 0 16px 0;
}

/* ------------ layout ------------ */

body {
	background-color: #fff;	
	font-size: 12px; 	
	font-family: Arial, Verdana, Helvetica;
	color: #333;
	line-height: 17px;
}

/* ------------ login ------------ */

.login #registerLink {
	margin-bottom: 20px;
}
.login #email {
	width: 300px;
}
.login #password {
	width: 175px;
}
.login #recoverLink {
	display: inline-block;
}
.login .verify_string input[type=text] {
	width: 175px;
}
.login .submit {
	margin-top: 8px;
}

/* ------------ password_recover ------------ */

.password_recover .info {
	margin: 16px 0 16px 0;
}
.password_recover #email {
	width: 300px;
}
.password_recover .submit {
	margin-top: 8px;
}

/* ------------ register ------------ */

.register .tips ul li {
	margin-bottom: 16px;
}
.register .tips ul li .example {
	margin-top: 12px;
	font-weight: bold;
	text-indent: 5px;
}
.register .tips ul li .example_image {
	float: right;
	margin-left: 24px;
	font-weight: bold;
	vertical-align: top;
}
.register .tips ul li .example_image img {
	margin-top: -10px;
}
.register .buttons {
	margin: 16px 0 0 0;
}
.register .buttons div {
	margin-right: 4px;
}
.register .buttons .submit.grey {
	background-color: #e8e8e8;
}
.register .buttons .submit.grey:hover {
	background-color: #efefef;
}
.register #loginLink {
	float: right;
	margin-right: 16px;
}
.register h1 {
	margin: 24px 0 20px 0;
}
.register .sub_title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
}
.register input[type=text], .register input[type=password] {
	width: 250px;
}
.register input[type=checkbox] {
	margin: 0 0 2px 0;
	vertical-align: bottom;
}
.register .photo {
	float: left;
	background: #e4f5d5;
	border: 2px solid #aad085;
	padding: 4px;	
	color: #aad085;
	font-size: 11px;
}
.register input[type=file] {
	width: 215px;
	border: 1px solid #abadb3;
	border-left: 0;
	margin: 0;
	padding: 3px 0 2px 5px;	
}
.register .verify_string input[type=text] {
	width: 165px;
}
.register .required {
	float: left;
	width: 270px;
	margin: 4px 16px 0 0;
	padding: 0 16px 0 0;
	background: url('../images/vdivider.gif') repeat-y top right;	
}
.register .optional {
	float: left;
	width: 260px;
	margin-top: 4px;
}
.register #registerTips {
	margin-top: 24px;
}
.register .newsletter {
	margin: 16px 0;
}
.register .submit {
	margin-top: 12px;	
}

/* ------------ send_message ------------ */

.send_message h1 {
	margin: 24px 0 20px 0;
}
.send_message .send_to {
	width: 325px;
	padding: 2px 4px;	
	border: 1px solid #abadb3;
}
.send_message .send_to img {
	vertical-align: bottom;
}

/* ------------ image_upload ------------ */

.image_upload h1 {
	margin: 24px 0 20px 0;
}

/* ------------ video_upload ------------ */

.video_upload h1 {
	margin: 24px 0 20px 0;
}
.video_upload #title {
	width: 295px;
}
.video_upload .label {
	margin: 8px 0 2px 0;
	font-weight: bold;
	font-size: 14px;
}