
/***************************** 
 * Forms
 */

div.form-errors {
    padding: 10px;
    background: #eee;
    margin-bottom: 20px;
}
div.form-errors ul {
    list-style:none;
    list-style-position:outside;
}
div.form-errors ul li {
    display:block;
}

fieldset.default {
    padding: 10px;
    display: block;
    float: none; 
    border: solid 1px #eee;
}

label.default{
	display: block;
	float: left;
	width: 150px;
	margin: 10px 0px;
	padding: 2px 0px;
	border: 0;
	height: 22px;
	font-size: 14px;
	color: #25304e;
}

/* turns off silly highlighting from web kit */
input:focus, textarea:focus, select:focus { outline: none; }

.scinput, .scinput_small, .scinput_inline {
	display: block;
	width: 310px;
	height: 26px;
	border: 1px solid #a2a5b2;
	background: #fff url('/css/images/admin/inputbg.png') repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 2px 0 3px;
	margin: 10px 0px;
	font-family: arial;
	font-size: 12px;
}

.scinput_inline, .scinput_small {
    width: 120px;
    display: inline;
}

.scinput_small {
    width: 60px;
}

.scinput:focus,.sctextarea:focus, .scinput_small:focus, .scinput_inline:focus  {
	border: 1px solid #4da0e4;
}

div.button_group * {
	font-family: arial;
	font-size: 12px;
}

div.button_group {
	margin: 10px 0px;
	padding: 5px 2px 0 3px;
	float: left;
}

.sctextarea {
	width: 310px;
	height: 120px;
	border: 1px solid #a2a5b2;
	background: #fff url('/css/images/admin/inputbg.png') repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 2px 0 3px;
	margin: 10px 0px;
	clear: right;
	font-family: arial;
	font-size: 12px;
}

input.button, input.cancel {
    padding: 10px;
    color: #fff;
    background: #272F43;
	border: 1px solid #162B3B;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    cursor: pointer;
    font-weight:bold;
	font-family: arial;
	font-size: 12px;
}

input.scfile {
    padding: 10px;
    display: block;
}

input.cancel {
    background: #666;
    border-color: #444;
}

#picker {
    position:absolute;
    top:-500px;
    left:-500px;
    background: #333;
    border:solid 1px #333;
}


/* POPUP STYLING */
label.popuplabel {
    width: 175px;
}

form.popupform {
    width: 500px;
    padding: 15px;
    margin: 0;
    float: left;
}

form.popupform h1 {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    padding-bottom: 15px;
}

form.popupform p {
    margin: 15px 0;
}

form.popupform input.cancel {
    background-color: #fff;
    border: none;
    color: #2c344b;
    float: left;
    font-weight: normal;
    float: left;
}

form.popupform input.button {
    float: left;
}

form.popupform textarea {
    height: 75px;
}

