﻿/*
	Description: DIYcards
	URI: 
	Version: 1.0
	Author: Niklas Hultgren
	Author URI: http://www.litchi.se
*/

/* Forms							
 ********************************************/
input,
textarea,
select { 
	font-family:Arial, Helvetica, sans-serif, geneva;
	font-size:1em;
}
.form .buttons input,
.button { 
	color:#666; 
	font-weight:bold;
	font-size:1.1em;
}

.form h2 { margin-bottom:.4em; }
.form {
	/*border:1px solid #e1e1e1;*/
	padding:1px;
	margin:1em 0 1.5em 0;
	width:90%;
}

.form .inner-form {
	padding:10px;
}
.form label { float:left; width:100px; margin-top:.2em;  }
.form input,
.form textarea,
.form select {
    padding:3px;
    border:1px solid #ff00ed;
    margin-bottom:.4em;
    width:60%;
} 


.form input:focus,
.form textarea:focus,
.form select:focus { border-color:#ff00ed; }
.form textarea { width:97.5%; }
.form .button {
    background:#86b6de none;
    border:solid 2px #ff00ed;
	width:auto;
	color:#fff;
	font-weight:bold;
	padding:3px;
	margin:.2em .5em 0 0;
}
.form select {
	width:auto;
	margin-bottom:.8em;
}
.form fieldset {
	/*border:1px solid #c2e4ff;
	margin:.4em 0 .8em 0;
	width:98%;
	padding:6px 4px;*/
	display:block;
}
.form fieldset input {
	width:auto;
	border:solid 1px #ff00ed;
	float:left;
}


.form fieldset label { display:inline; }
.searchform .button { padding:2px; }

.form fieldset legend { padding: .2em .2em; font-size:11px; letter-spacing:1px; }
.form fieldset legend img { border:0; float:left; padding-right:.4em; margin-top:-8px; }
.form .inner-form img { width:auto; float:left; }
.form .inner-form .sent { width:25em; float:left; padding:0 .9em .9em .9em; color:#333; font-weight:bold; }

#DIYMainContent table {width:auto; }
#DIYMainContent table tr { width:100%; }
#DIYMainContent table td { width:40%; }
#DIYMainContent table input{ width:auto; float:right; margin-top:2px;}
#DIYMainContent table label{ width:30%; margin-left:20px; padding-right:10px; float:right;}


.greetingwrapper { width:95%; margin:0 auto; }
.greetingwrapper .item { float:left; width:auto; padding-right:.4em; }
.greetingwrapper .content { padding-bottom:.8em; }
