@charset "utf-8";
/* CSS Document */

.contentBox {
	float:left;
	width:960px;
}

.box {
	padding:10px;
	margin:10px;
	border: solid 1px #396869;
	background-color:#FFF;
}

#uploadbutton {
	display: block;
	background-image: url(../images/upload.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:113px;
	height:40px;
}

#uploadbutton:hover {
	background-image: url(../images/upload.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
	cursor:pointer;
}
.form {
	display:block;
	width:230px;
	height:20px;
	background: url(../images/form.png) no-repeat;
	padding:5px 10px 5px 10px;
	margin:10px;
}

.form input {
	border:none;
	background:none;
	font-weight:bold;
	color:#000;
	width:230px;
	height: 20px;
}
.form input:hover {
	background:none;
}

.req {
	color:#066;
	font-weight:bold;
}

.info {
	font-weight:bold;
	font-size:10px;
	margin-left:10px;
}

.info i {
	font-weight:bold;
	font-size:10px;
}

select {
	border:solid 1px #399;
	background-color:#FFF;
	color:#000;
}

#startnew {
	display: block;
	background-image:url(../images/newcollab.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:40px;
	width:113px;
}

#startnew:hover {
	background-image: url(../images/newcollab.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
	cursor:pointer;
}

#flaupload {
	display: -moz-inline-block;
	display: inline-block;
	background-image:url(../images/flaupload.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:40px;
	width:200px;
}

#flaupload:hover {
	background-image: url(../images/flaupload.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
	cursor:pointer;
}