/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * mysubmissions + submission
 */



#yoo-zoo div.submission fieldset {
	margin: 0;
	padding: 0 0 20px 0;
	border: none;
}

#yoo-zoo div.submission fieldset legend {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: normal;
	color: #323232;
}

.blog-Journals2 .creation-form .element > strong {
    display: block;
    float: none;
    width: auto;
}

.blog-Journals2 .creation-form .element > input[type="radio"] + label, .blog-Journals2 .creation-form .element > input[type="checkbox"] + label {
    display: block;
    padding-top: 6px;
}

.blog-Journals2 .creation-form .element > input[type="radio"], .blog-Journals2 .creation-form .element > input[type="checkbox"] {
    float: left;
    vertical-align: text-top;
	margin:8px 10px 0 0;
	clear:left;
}



.formPage{
overflow:hidden;	
}


.creation-form input[type="text"], .creation-form input[type="password"], .creation-form textarea {
	
	 background: -moz-linear-gradient(50% 0 , #FFFFFF, #EBEBEB 70%) repeat scroll 0 0 transparent;
	
	background-image: linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 70%);
	background-image: -o-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 70%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(235,235,235)),
		color-stop(0.7, rgb(245,245,245))
	);
	
    border-color: #C8C8C8 #C8C8C8 #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
	width:95% !important;
    
}

.creation-form input[type="text"]:focus, .creation-form input[type="password"]:focus, .creation-form textarea:focus {
   background-image: linear-gradient(bottom, rgb(245,245,245) 0%, rgb(225,225,225) 73%);
	background-image: -o-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(225,225,225) 73%);
	background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(225,225,225) 73%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(225,225,225) 73%);
	background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 0%, rgb(225,225,225) 73%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(245,245,245)),
		color-stop(0.73, rgb(225,225,225))
	);
	border-color: #AAAAAA #C8C8C8 #C8C8C8;
    border-right: 1px solid #C8C8C8;
    border-style: solid;
    border-width: 1px; 
}
