/* Univeristy of Paisley
 * Forms
 *
 * Stylesheet for individual forms through out the site 
*/



/* Generic Styles
 * 
*/

input {
	margin-bottom: 7px;
}

.form-fullwidth {
	width: 98%;
	clear: both;
}

div.form-rightalign {
	text-align: right;
}

/* All Pages - Side Navigation */


#search input.input-search {
	width: 127px;
	margin-right: 4px;
	margin-bottom: 5px;
	padding-right: 3px;
}


/* Indiviual Forms
 * 
*/

/* Home Page */

form#form-homepage-search div, form#form-homepage-quicklinks div, form#form-personalfinance div {
	float: left;
	width: 305px
}

form#form-homepage-search h5 {
	float:left;
	display: block;
	width: 71px;
	padding: 2px 0 0 8px;
	margin: 0;
}
form#form-homepage-search input.home-words {
	width: 128px;
	
}
form#form-homepage-search input.home-search-go {
	
}
form#form-homepage-quicklinks select.home-quicklinks {
	width: 210px;
	padding: 0;
	display: block;
	float: left; 
}
* html form#form-homepage-quicklinks select.home-quicklinks {
	width: 214px;
}

form#form-homepage-quicklinks {
	padding-bottom: 6px;
}


/* Course Side Bar Search Box */

form#forms-course_search_side {

} 
input#forms-course_search_side-search {
	margin-bottom: 14px;
}


/* Course Home Page */

input#form-coursehome-words {
	width: 237px; 
	margin-right: 13px;
}
p#form-coursehome {
	padding-bottom: 0px;
}

ul#form-coursehome-list li input {
	margin-bottom: 0px;
}

ul#form-coursehome-list li {
	margin-bottom: 2px;
}

/* Added 30/07/07 */

form.form
{
	padding-left: 31px;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.2em;

}


/* Added due to google search */

form.searchSite{
			
	position:absolute;
	left:28px;
	top:-4px
}

form.searchSite label{

color:#3C3F44;

}
.searchInput
{
	width: 115px;
	margin-right:3px;
	margin-bottom: 9px;
}


input.googleinput
{
	height:18px;
	font-size:14px;
}

input.googleinputsearch
{
	height:24px;
	font-size:14px;
}

/* Part Time Search Form Definition */
form#PartTimeForm label
{
width: 7.5em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}
