/*******************************************************************************
**                                                                            **
**    App Name:			UTO Module 					                          **
**    Programmer:       Adnan Timothy                                         **
**                                                                            **
**    Description:      The purpose of this file is to create style sheet	  **
**						for UTO UI Content form						  		  **
*******************************************************************************/

.contentform {
	margin: 0px;
	width: 740px;
	padding: 14px;
}

#contentform {
	margin: 0px auto;
	border: 2px solid #b7ddf2;
	background: #ebf4fb;
}

#contentform div {
	min-height: 50px;
	margin: 0px 0px 5px 0px;
}

#contentform label {
	display: block;
	font-weight: bold;
	width: 200px;
	font-size: 12px;
	float: left;
}

#contentform .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	width: 200px;
}

#contentform .reqfld {
	background: #FFFFFF url(theme/images/required.gif) no-repeat;
	padding-left: 20px;
}

#contentform .left {
	float: left;
}

#contentform .right {
	float: right;
}

#contentform .textleft {
	text-align: left;
}

#contentform .textright {
	text-align: right;
}

#contentform .required {
   background: url(theme/images/required.gif) no-repeat;
   padding-left: 20px;
}

#contentform .notrequired {
   padding-left: 20px;
}

#contentform input[type="text"] {
	font-size: 12px;
	border: 1px solid #aacfe4;
	width: 320px;
	margin: 0px;
	text-align: left;
	margin: 2px 0 20px 10px;
	padding: 4px 15px;
}

#contentform .error, #loginform .error {
	font-family: inherit;
	font-size: 0.8em;
	color: #900;
	background-color : #ffff00;
}

#contentform .short_explanation {
	font-family: inherit;
	font-size: 10pt;
	color: #5245BC;
	margin-bottom: 20px;
	font-style: italic;
	text-align: left;
}